feat: user profile verification fields

This commit is contained in:
2025-06-07 00:13:29 +02:00
parent fb622f918a
commit eeb0f6eac1

View File

@ -2,6 +2,9 @@ export interface UserProfile {
id: string;
full_name: string;
email: string;
email_verified: boolean;
avatar_verified: boolean;
verified: boolean;
phone_number: string;
is_admin: boolean;
last_login: string;