diff --git a/frontend/src/components/SignIn.js b/frontend/src/components/SignIn.js index 9929d327..f8ac9176 100644 --- a/frontend/src/components/SignIn.js +++ b/frontend/src/components/SignIn.js @@ -67,9 +67,6 @@ const SignIn = ({ toggleModal }) => { transition: "background-color 5000s ease-in-out 0s", }} /> - - -
{ const [showPassword, togglePassword] = useState(false); useEffect(() => { + console.log(toggleModal); if (isSuccess) { toggleModal({ type: MODAL_TYPES.OFF }); } @@ -100,7 +101,7 @@ const SignUp = ({ toggleModal }) => { placeholder="Enter your email" name="email" autoComplete="email" - ref={register({ required: "Email is required!" })} + ref={register({ required: "Email is required" })} />