mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(FastAPI): user_developer_or_trusted_user always True
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e5299b5ed4
commit
a756691d08
1 changed files with 1 additions and 2 deletions
|
@ -276,8 +276,7 @@ def has_any(user, *account_types):
|
|||
|
||||
|
||||
def user_developer_or_trusted_user(user):
|
||||
return has_any(user, "User", "Trusted User", "Developer",
|
||||
"Trusted User & Developer")
|
||||
return True
|
||||
|
||||
|
||||
def trusted_user(user):
|
||||
|
|
Loading…
Add table
Reference in a new issue