From 3e7875d9cf149ef07dd995d31331bb7d8aae2d75 Mon Sep 17 00:00:00 2001 From: davrot Date: Mon, 27 Jan 2025 20:59:46 +0000 Subject: [PATCH] =?UTF-8?q?Dateien=20nach=20=E2=80=9Erouters/web/auth?= =?UTF-8?q?=E2=80=9C=20hochladen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/web/auth/auth.go | 1 - 1 file changed, 1 deletion(-) 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) }