fix error
This commit is contained in:
parent
fd4445fa98
commit
e46e0bc8a5
|
|
@ -304,7 +304,7 @@ func TwoFactorScratchPost(ctx *context.Context, form auth.TwoFactorScratchAuthFo
|
||||||
// Validate the passcode with the stored TOTP secret.
|
// Validate the passcode with the stored TOTP secret.
|
||||||
if twofa.VerifyScratchToken(form.Token) {
|
if twofa.VerifyScratchToken(form.Token) {
|
||||||
// Invalidate the scratch token.
|
// Invalidate the scratch token.
|
||||||
twofa.ScratchToken = ""
|
twofa.GenerateScratchToken()
|
||||||
if err = models.UpdateTwoFactor(twofa); err != nil {
|
if err = models.UpdateTwoFactor(twofa); err != nil {
|
||||||
ctx.ServerError("UserSignIn", err)
|
ctx.ServerError("UserSignIn", err)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user