forked from NYANDEV/forgejo
parent
3444fa2dd7
commit
76878fd69b
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ func ActivateEmail(ctx *context.Context) {
|
||||||
ctx.Flash.Success(ctx.Tr("settings.add_email_success"))
|
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
|
// ForgotPasswd render the forget pasword page
|
||||||
|
|
Loading…
Reference in a new issue