Merge branch 'react-version' of https://github.com/MarcEricMartel/420-5DW-HY-TP into react-version

This commit is contained in:
MarcEricMartel
2022-11-01 08:55:56 -07:00
4 changed files with 59 additions and 0 deletions

View File

@@ -63,6 +63,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>
)