This commit is contained in:
Jean-Daniel Lamontagne
2022-11-01 08:48:46 -04:00
parent b939d94dc4
commit 4deea55663
4 changed files with 59 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ const Login = () => {
onChange={(e) => setPassword(e.target.value)} />
</div>
<Button className="btn-primary btn-ajouter-morceau" type="submit" >Connexion</Button>
<Button className="btn-primary btn-ajouter-morceau" type="button" >
<a href="http://localhost:3000/register">Nouvel utilisateur</a>
</Button>
</form>
</div>
)