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