fix: country code selector

This commit is contained in:
Koosha Lahouti
2025-09-25 12:58:50 +03:30
parent fff86c5ff1
commit 5dc2ee585b
10 changed files with 7327 additions and 1032 deletions

View File

@@ -14,6 +14,7 @@ import { useToast } from '@rkheftan/harmony-ui';
import { useApi } from '@/hooks/useApi';
import type { GenerateTokenResponse } from '../../api/identityAPI';
import { GoogleAuthenticationV2 } from './GoogleAuthenticationV2';
import { replacePersianWithRealNumbers } from '@/utils/replacePersianWithRealNumbers';
export interface LoginRegisterFormProps {
loginRegisterValue: string;