fix auth redirect
This commit is contained in:
@@ -45,6 +45,9 @@ const Login = () => {
|
||||
placeholder="******"
|
||||
value={password}
|
||||
onChange={event => setPassword(event.target.value)}>Mot de passe</Field>
|
||||
<Field type="hidden"
|
||||
name="form_info" onChange={() => setPassword('')} />
|
||||
|
||||
<button type="submit" className="btn-primary mt-5 block w-full text-lg">Valider</button>
|
||||
<Link to="/mot-de-passe-oubliee" className="mt-2 inline-block">Mot de passe oublié ?</Link>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user