We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384bd61 commit d08c67eCopy full SHA for d08c67e
soauth/database/app.py
@@ -49,6 +49,8 @@ def has_visibility_grant(self, user_grant: set[str]) -> bool:
49
"""
50
if not self.visibility_grant:
51
return True
52
+ if "admin" in user_grant:
53
+ return True
54
return self.visibility_grant in user_grant
55
56
0 commit comments