mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-21 10:50:08 +00: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",
|
"name": "User",
|
||||||
"bg": "blue"
|
"bg": "blue"
|
||||||
},
|
},
|
||||||
"3": {
|
"4": {
|
||||||
"name": "Manager",
|
"name": "Manager",
|
||||||
"bg": "green"
|
"bg": "green"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue