0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-04-01 02:42:49 -05:00

fix manager role in admin users overview

due to the hack the returned type has changed
This commit is contained in:
Stefan Melmuk 2025-01-07 12:24:35 +01:00
parent ef4bff09eb
commit 3f6cb61c88
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -152,7 +152,7 @@ const ORG_TYPES = {
"name": "User",
"bg": "blue"
},
"3": {
"4": {
"name": "Manager",
"bg": "green"
},