mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(fastapi): support "Account Type:" input for account edit
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
7e7a1ead88
commit
65be8b8e07
4 changed files with 153 additions and 5 deletions
|
@ -47,3 +47,6 @@ ACCOUNT_TYPE_ID = {
|
|||
DEVELOPER: DEVELOPER_ID,
|
||||
TRUSTED_USER_AND_DEV: TRUSTED_USER_AND_DEV_ID
|
||||
}
|
||||
|
||||
# Reversed ACCOUNT_TYPE_ID mapping.
|
||||
ACCOUNT_TYPE_NAME = {v: k for k, v in ACCOUNT_TYPE_ID.items()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue