Skip to content
Snippets Groups Projects
Commit 574a43d7 authored by Mélissa Aïdli's avatar Mélissa Aïdli
Browse files

Only lowercase for email

parent a3dd18d6
Branches
No related tags found
1 merge request!80New signup
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<!-- Email --> <!-- Email -->
<mat-form-field class="full-width"> <mat-form-field class="full-width">
<input matInput type="email" formControlName="email" placeholder="Adresse email" required> <input matInput type="email" formControlName="email" placeholder="Adresse email" onkeyup="this.value = this.value.toLowerCase();" required>
<mat-hint> <mat-hint>
Elle te servira d'identifiant de connexion. Elle te servira d'identifiant de connexion.
</mat-hint> </mat-hint>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment