fix: rename useAdmin
to useApiServices
This commit is contained in:
@ -3,7 +3,7 @@ export interface UserProfile {
|
||||
full_name: string;
|
||||
email: string;
|
||||
phone_number: string;
|
||||
isAdmin: boolean;
|
||||
is_admin: boolean;
|
||||
last_login: string;
|
||||
profile_picture: string | null;
|
||||
updated_at: string;
|
||||
|
Reference in New Issue
Block a user