Merge pull request #37 from rkheftan/fix/countryCodeSelector

Fix/country code selector
This commit is contained in:
SajadMRjl
2025-09-25 19:04:58 +03:30
committed by GitHub
16 changed files with 7336 additions and 1039 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;