Completing the functionalization of the login page

This commit is contained in:
Alihaghighattalab
2024-08-05 17:44:52 +03:30
parent a581dcce7e
commit ba0f7cd71a
7 changed files with 143 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface LoginFormInterface {
phoneNumber: string,
password: string
}