complete forgot password and fix bug
This commit is contained in:
@@ -6,4 +6,8 @@ export interface LoginFormInterface {
|
||||
export interface ResetPasswordInterface {
|
||||
password: string,
|
||||
repeatPassword: string
|
||||
}
|
||||
|
||||
export interface ForgotPasswordInterface {
|
||||
phoneNumber: string
|
||||
}
|
||||
Reference in New Issue
Block a user