aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index f02a9831..ca4a6291 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -372,7 +372,7 @@ func runWeb(ctx *cli.Context) {
}, reqSignIn)
m.Group("/org", func() {
m.Get("/:org", org.Home)
- }, middleware.OrgAssignment(true))
+ }, ignSignIn, middleware.OrgAssignment(true))
// Repository.
m.Group("/repo", func() {