Skip to content

Commit

Permalink
Logout callback check fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
markdicksonjr committed Dec 30, 2018
1 parent afb4e8d commit 8705e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/auth/local/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (s *Extension) LogoutHandler(w http.ResponseWriter, r *http.Request) {
return
}

if s.OnLoginSuccessful != nil {
if s.OnLogoutSuccessful != nil {
sessionUser, err := s.SessionExtension.GetCaller(r)

if err != nil {
Expand Down

0 comments on commit 8705e77

Please sign in to comment.