Skip to content

Commit

Permalink
Fix wrong login requirement routers (#20101) (#20104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Jun 24, 2022
1 parent 764e75d commit fb5ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func RegisterRoutes(m *web.Route) {
}, reqPackageAccess(perm.AccessModeWrite))
})
})
}, context.PackageAssignment(), reqPackageAccess(perm.AccessModeRead))
}, ignSignIn, context.PackageAssignment(), reqPackageAccess(perm.AccessModeRead))
}
}, context_service.UserAssignmentWeb())

Expand Down

0 comments on commit fb5ca1b

Please sign in to comment.