mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: Remove typo in policy.rego
This commit is contained in:
@ -111,7 +111,7 @@ org_mem := true {
|
||||
input.object.org_owner in org_members
|
||||
}
|
||||
|
||||
# If the oject has no organization, then the user is also considered part of
|
||||
# If the object has no organization, then the user is also considered part of
|
||||
# the non-existent org.
|
||||
org_mem := true {
|
||||
input.object.org_owner == ""
|
||||
|
Reference in New Issue
Block a user