routers/web/home.go aktualisiert

This commit is contained in:
davrot 2025-02-02 15:45:54 +00:00
parent dc05f30a26
commit cc71a51b95

View file

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