routers/web/home.go aktualisiert

This commit is contained in:
davrot 2025-02-02 15:41:51 +00:00
parent 014d0c0eb0
commit 8b0bf77c4f

View file

@ -58,7 +58,6 @@ func Home(ctx *context.Context) {
ctx.Redirect(setting.AppSubURL + "/user/login")
return
}
ctx.Data["LandingPageInfoEnabled"] = setting.Service.LandingPageInfoEnabled
ctx.Data["PageIsHome"] = true
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled