Completing the functionalization of the login with code page

This commit is contained in:
Alihaghighattalab
2024-08-05 18:22:52 +03:30
parent fb597b7d7d
commit accc7e35b9
3 changed files with 35 additions and 5 deletions
+6 -1
View File
@@ -10,4 +10,9 @@ export interface ResetPasswordInterface {
export interface ForgotPasswordInterface {
phoneNumber: string
}
}
export interface LoginWithCodeInterface {
phoneNumber: string
}