fix: rename useAdmin to useApiServices

This commit is contained in:
2025-06-04 12:46:48 +02:00
parent 9895392b50
commit a67ec7e78c
8 changed files with 69 additions and 69 deletions

View File

@ -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;