feat(auth): add Login and Register pages with validation and OTP
This commit is contained in:
@@ -6,6 +6,7 @@ export interface User {
|
||||
name: string;
|
||||
role: UserRole;
|
||||
avatar: string | null;
|
||||
phone?: string;
|
||||
}
|
||||
|
||||
// ===== MENU TYPES =====
|
||||
|
||||
Reference in New Issue
Block a user