diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index 17299ef..9d6cef3 100644 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -27,6 +27,13 @@ function Login() { }); }; + const getTestCredentials = () => { + setData({ + email: "gojo@example.com", + password: "Gojo@1234", + }); + }; + const handleSubmit = async (e) => { e.preventDefault(); @@ -105,6 +112,13 @@ function Login() { + +

Don't have an account ?{" "}