correct redirect URL
This commit is contained in:
parent
e46e0bc8a5
commit
d9d8e0c55b
|
|
@ -319,7 +319,7 @@ func TwoFactorScratchPost(ctx *context.Context, form auth.TwoFactorScratchAuthFo
|
||||||
|
|
||||||
handleSignInFull(ctx, u, remember, false)
|
handleSignInFull(ctx, u, remember, false)
|
||||||
ctx.Flash.Info(ctx.Tr("auth.twofa_scratch_used"))
|
ctx.Flash.Info(ctx.Tr("auth.twofa_scratch_used"))
|
||||||
ctx.Redirect(setting.AppSubURL + "/user/settings/two_factor")
|
ctx.Redirect(setting.AppSubURL + "/user/settings/security")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user