change design modal & components & home and login page

This commit is contained in:
Ehsan
2024-10-23 18:54:53 +03:30
parent 1d5ec3638d
commit 18b1c26699
9 changed files with 25 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ function OTPForm({ handleOTP }) {
return (
<input
value={code}
type="number"
onChange={(e) => {
const value = e.target.value;