Completing the functionalization of the reset password page
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export interface LoginFormInterface {
|
||||
phoneNumber: string,
|
||||
password: string
|
||||
}
|
||||
|
||||
export interface ResetPasswordInterface {
|
||||
password: string,
|
||||
repeatPassword: string
|
||||
}
|
||||
Reference in New Issue
Block a user