mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-11 02:19:20 -05:00
fix manager role in admin users overview (#5359)
due to the hack the returned type has changed
This commit is contained in:
parent
ef4bff09eb
commit
bc913d1156
1 changed files with 1 additions and 1 deletions
2
src/static/scripts/admin_users.js
vendored
2
src/static/scripts/admin_users.js
vendored
|
@ -152,7 +152,7 @@ const ORG_TYPES = {
|
|||
"name": "User",
|
||||
"bg": "blue"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"name": "Manager",
|
||||
"bg": "green"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue