feat: restrict guest doctor access in clinic context by updating role-based routing and sidebar menu
This commit is contained in:
@@ -6,6 +6,7 @@ export interface ContextItem {
|
||||
db_uuid: string;
|
||||
name: string;
|
||||
role: 'admin' | 'clinic' | 'doctor' | 'secretary' | 'representation' | 'user';
|
||||
scope?: string | null;
|
||||
doctor_uuid?: string;
|
||||
permissions?: Record<string, any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user