Add redirection to register page

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-07 15:00:55 +01:00
parent efbf234fb9
commit 31b2e36140
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ function LoginForm({ className }) {
</div>
<div className={styles.logButton}>
<Button variant={"transparent"} onClick={() => navigate("/register")}>Vous n'avez pas de compte ?</Button>
<Button onClick={handleSubmit} variant={"default"}> Se connecter </Button>
</div>
</div>
@@ -18,15 +18,18 @@ input::placeholder{
font-size: 20px;
color: rgba(0,0,0,0.45);
}
.formgroup{
margin-top:23px;
}
.logButton{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 12px;
}
.formgroup{
margin-top:23px;
}
.inputContainer {
padding: 15px;