change design modal & components & home and login page
This commit is contained in:
@@ -6,6 +6,7 @@ function OTPForm({ handleOTP }) {
|
||||
return (
|
||||
<input
|
||||
value={code}
|
||||
type="number"
|
||||
onChange={(e) => {
|
||||
const value = e.target.value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user