diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 5e02cec..da97644 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -25,8 +25,8 @@ const Page: React.FC = () => { const [messageToast, setMessageToast ] = useState(''); const history = useHistory(); - const [email, setEmail] = useState("matheusalb3213@gmail.com"); - const [password, setPassword] = useState("12345678"); + const [email, setEmail] = useState(''); + const [password, setPassword] = useState(''); const user = useContext(UserContext);