complete login

This commit is contained in:
Alihaghighattalab
2024-08-13 09:46:52 +03:30
parent 3fe7f5a2df
commit 4a93066255
13 changed files with 154 additions and 610 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from "react"
export interface LoginFormInterface {
phoneNumber: string,
username: string,
password: string
}