diff options
Diffstat (limited to 'clientapi/routing/password.go')
-rw-r--r-- | clientapi/routing/password.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/password.go b/clientapi/routing/password.go index 49951019..acac60fa 100644 --- a/clientapi/routing/password.go +++ b/clientapi/routing/password.go @@ -74,7 +74,7 @@ func Password( if _, authErr := typePassword.Login(req.Context(), &r.Auth.PasswordRequest); authErr != nil { return *authErr } - AddCompletedSessionStage(sessionID, authtypes.LoginTypePassword) + sessions.addCompletedSessionStage(sessionID, authtypes.LoginTypePassword) // Check the new password strength. if resErr = validatePassword(r.NewPassword); resErr != nil { |