Visual changes

This commit is contained in:
2026-06-25 19:25:13 -07:00
parent 8fe16ef65c
commit 69d4f7c3f0
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -58,6 +58,10 @@ export class UsersPolicy extends PolicyFactory(User) {
"displayName",
]
if (this.user.isSystemAdmin) {
attributes.push("roles")
}
return attributes
}