Skip to content

Commit 7933a95

Browse files
adelowotechknowlogick
authored andcommitted
respect value of REQUIRE_SIGNIN_VIEW (#5901)
1 parent fada696 commit 7933a95

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
@@ -648,7 +648,7 @@ func RegisterRoutes(m *macaron.Macaron) {
648648
}
649649
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
650650
})
651-
}, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
651+
}, ignSignIn, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
652652

653653
m.Group("/:username/:reponame", func() {
654654
m.Post("/topics", repo.TopicsPost)

0 commit comments

Comments
 (0)