Fix 404 after activating secondary email (#10547)
This commit is contained in:
Родитель
421e7b7875
Коммит
14f3593f20
|
@ -1219,7 +1219,7 @@ func ActivateEmail(ctx *context.Context) {
|
|||
ctx.Flash.Success(ctx.Tr("settings.add_email_success"))
|
||||
}
|
||||
|
||||
ctx.Redirect(setting.AppSubURL + "/user/settings/email")
|
||||
ctx.Redirect(setting.AppSubURL + "/user/settings/account")
|
||||
}
|
||||
|
||||
// ForgotPasswd render the forget pasword page
|
||||
|
|
Загрузка…
Ссылка в новой задаче