Completing the functionalization of the reset password code page
This commit is contained in:
@@ -15,4 +15,11 @@ export interface ForgotPasswordInterface {
|
||||
export interface LoginWithCodeInterface {
|
||||
phoneNumber: string
|
||||
}
|
||||
export interface ResetPasswordCodeInterface {
|
||||
code: string
|
||||
}
|
||||
|
||||
export interface LoginCodeInterface {
|
||||
code: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user