Removendo valor padrão
This commit is contained in:
@@ -25,8 +25,8 @@ const Page: React.FC = () => {
|
|||||||
const [messageToast, setMessageToast ] = useState('');
|
const [messageToast, setMessageToast ] = useState('');
|
||||||
|
|
||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const [email, setEmail] = useState<string>("matheusalb3213@gmail.com");
|
const [email, setEmail] = useState('');
|
||||||
const [password, setPassword] = useState<string>("12345678");
|
const [password, setPassword] = useState('');
|
||||||
|
|
||||||
const user = useContext(UserContext);
|
const user = useContext(UserContext);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user