Skip to content

Commit

Permalink
fix: 2FA auth flow hooks (#91)
Browse files Browse the repository at this point in the history
Password verify success need update status.
  • Loading branch information
HoracePeng authored Sep 30, 2024
1 parent 9f3f6ba commit d83d018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func authFlow(ctx context.Context, client *auth.Client, conversator AuthConversa
SendAuthStatus(conversator, AuthStatusPasswordFailed)
return errors.Wrap(err, "sign in with password")
}
SendAuthStatus(conversator, AuthStatusSuccess)
return nil
}
var signUpRequired *auth.SignUpRequired
Expand Down

0 comments on commit d83d018

Please sign in to comment.