diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 12642ea..98c733a 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -19,7 +19,7 @@ export default function Login() { }; // email - const [email, setMail] = useState("example@quomodosoft.com"); + const [email, setMail] = useState("support@chiefsoft.com"); const handleEmail = (e) => { setMail(e.target.value); }; @@ -66,7 +66,7 @@ export default function Login() {

- Dont’t have an aceount ? + Don't have an account ? Sign up free