feat: login and register, otp verify api calls added

This commit is contained in:
مهرزاد قدرتی
2025-08-09 15:46:51 +03:30
parent 284e60fab3
commit cd86254ce1
12 changed files with 403 additions and 59 deletions

View File

@@ -1,13 +1,9 @@
export interface Country {
code: string;
label: string;
phone: string;
}
import type { CountryCode } from '@/types/commonTypes';
export interface Country {
code: string;
label: string;
phone: string;
phone: CountryCode;
}
export const countries: readonly Country[] = [