complete forgot password and fix bug

This commit is contained in:
Alihaghighattalab
2024-08-05 18:09:37 +03:30
parent 03fa343f03
commit a4e648363f
6 changed files with 43 additions and 12 deletions
+4
View File
@@ -6,4 +6,8 @@ export interface LoginFormInterface {
export interface ResetPasswordInterface {
password: string,
repeatPassword: string
}
export interface ForgotPasswordInterface {
phoneNumber: string
}