feat(core) : add usePermissions composable and rbac roles admin front
This commit is contained in:
@@ -7,6 +7,7 @@ export type UserData = {
|
||||
firstName?: string | null
|
||||
lastName?: string | null
|
||||
roles: string[]
|
||||
effectivePermissions?: string[]
|
||||
avatarUrl?: string | null
|
||||
apiToken?: string | null
|
||||
// HR / absence management
|
||||
|
||||
Reference in New Issue
Block a user