Skip to content

Commit

Permalink
fix: use correct log message
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 25, 2020
1 parent ec11775 commit 53c384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/flow/login/hook.go
Expand Up @@ -73,7 +73,7 @@ func (e *HookExecutor) PostLoginHook(w http.ResponseWriter, r *http.Request, ct
WithField("executor_position", k).
WithField("executors", PostHookExecutorNames(e.d.PostLoginHooks(ct))).
WithField("identity_id", i.ID).
Debug("Post registration execution hooks aborted early.")
Debug("Post login execution hooks aborted early.")
return nil
}
return err
Expand Down

0 comments on commit 53c384a

Please sign in to comment.