Skip to content

Commit

Permalink
修复访客权限问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Aug 16, 2024
1 parent b96ab1b commit ec1a529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion access/permit.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func (p *permitAccess) Add(as []Access) error {
if vs.GuestAllow {
guestAccess = append(guestAccess, k)
}
guestAccess = append(guestAccess)
permit.AddPermitRule(k, apis...)
}
p.template = templates
Expand Down

0 comments on commit ec1a529

Please sign in to comment.