Completing the functionalization of the reset password page

This commit is contained in:
Alihaghighattalab
2024-08-05 17:58:22 +03:30
parent ba0f7cd71a
commit c006f12c17
3 changed files with 39 additions and 5 deletions
+5
View File
@@ -1,4 +1,9 @@
export interface LoginFormInterface {
phoneNumber: string,
password: string
}
export interface ResetPasswordInterface {
password: string,
repeatPassword: string
}