Skip to content

Commit e4ea3de

Browse files
committed
Revert "Make home.tmpl visible with Signin-View enabled (go-gitea#4040)"
This reverts commit 2a97994.
1 parent 0b79e57 commit e4ea3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/routes/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func RegisterRoutes(m *macaron.Macaron) {
168168
m.Head("/", func() string {
169169
return ""
170170
})
171-
m.Get("/", routers.Home)
171+
m.Get("/", ignSignIn, routers.Home)
172172
m.Group("/explore", func() {
173173
m.Get("", func(ctx *context.Context) {
174174
ctx.Redirect(setting.AppSubURL + "/explore/repos")

0 commit comments

Comments
 (0)