mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-12 13:39:13 +03:00
fix manager role in admin users overview (#5359)
due to the hack the returned type has changed
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user