Register
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
Reference in New Issue
Block a user