Skip to content
Snippets Groups Projects
Commit f8e6b041 authored by meskio's avatar meskio :tent:
Browse files

Fix reset password login form

parent 6bee872c
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ function ResetPassword(props) { ...@@ -65,7 +65,7 @@ function ResetPassword(props) {
<Form.Control <Form.Control
placeholder="nombre de acceso" placeholder="nombre de acceso"
value={login} value={login}
onChange={setLogin} onChange={(e) => setLogin(e.target.value)}
isInvalid={!login} isInvalid={!login}
/> />
</Col> </Col>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment