From 482ad78be441dba730c3d1e58f45cc8660f57d4c Mon Sep 17 00:00:00 2001 From: davrot Date: Sun, 2 Feb 2025 15:46:10 +0000 Subject: [PATCH] routers/web/home.go aktualisiert --- routers/web/home.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/home.go b/routers/web/home.go index 2e294a5c5a..4ea961c055 100644 --- a/routers/web/home.go +++ b/routers/web/home.go @@ -58,7 +58,7 @@ func Home(ctx *context.Context) { ctx.Redirect(setting.AppSubURL + "/user/login") return } - + ctx.Data["PageIsHome"] = true ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled