Completing the functionalization of the reset password code page

This commit is contained in:
Alihaghighattalab
2024-08-05 18:40:53 +03:30
parent accc7e35b9
commit ea2a96cff5
4 changed files with 77 additions and 26 deletions
+7
View File
@@ -15,4 +15,11 @@ export interface ForgotPasswordInterface {
export interface LoginWithCodeInterface {
phoneNumber: string
}
export interface ResetPasswordCodeInterface {
code: string
}
export interface LoginCodeInterface {
code: string
}