feat(auth): add Login and Register pages with validation and OTP

This commit is contained in:
Blackbox Agent
2026-03-24 10:43:01 +00:00
parent 9765a270e9
commit 6df96e811b
8 changed files with 702 additions and 31 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface User {
name: string;
role: UserRole;
avatar: string | null;
phone?: string;
}
// ===== MENU TYPES =====