diff --git a/routers/web/auth/auth.go b/routers/web/auth/auth.go index f779c35f7c..e956dcf496 100644 --- a/routers/web/auth/auth.go +++ b/routers/web/auth/auth.go @@ -173,7 +173,6 @@ func SignIn(ctx *context.Context) { ctx.Data["SignInForgottenPasswordEnabled"] = setting.Service.SignInForgottenPasswordEnabled - ctx.HTML(http.StatusOK, tplSignIn) }