Dateien nach „routers/web/auth“ hochladen

This commit is contained in:
davrot 2025-01-27 20:59:46 +00:00
parent c903a48d3d
commit 3e7875d9cf

View file

@ -173,7 +173,6 @@ func SignIn(ctx *context.Context) {
ctx.Data["SignInForgottenPasswordEnabled"] = setting.Service.SignInForgottenPasswordEnabled
ctx.HTML(http.StatusOK, tplSignIn)
}