diff --git a/routers/user/auth.go b/routers/user/auth.go index be0396cce..3a3e3a1a5 100644 --- a/routers/user/auth.go +++ b/routers/user/auth.go @@ -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