fix: tenancy middleware order and ui consistency for user profile
This commit is contained in:
1
resources/js/types/global.d.ts
vendored
1
resources/js/types/global.d.ts
vendored
@@ -7,6 +7,7 @@ export interface AuthUser {
|
||||
email: string;
|
||||
username?: string;
|
||||
roles: string[];
|
||||
role_labels: string[];
|
||||
permissions: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user