Completing the functionalization of the login with code page
This commit is contained in:
+6
-1
@@ -10,4 +10,9 @@ export interface ResetPasswordInterface {
|
||||
|
||||
export interface ForgotPasswordInterface {
|
||||
phoneNumber: string
|
||||
}
|
||||
}
|
||||
|
||||
export interface LoginWithCodeInterface {
|
||||
phoneNumber: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user