Skip to content

Commit 438848a

Browse files
adelowotechknowlogick
authored andcommitted
respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915)
1 parent 9d4aa78 commit 438848a

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
@@ -643,7 +643,7 @@ func RegisterRoutes(m *macaron.Macaron) {
643643
}
644644
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
645645
})
646-
}, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
646+
}, ignSignIn, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
647647

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

0 commit comments

Comments
 (0)