Skip to content
Snippets Groups Projects

remplace notif by contact

Merged Hamza Touizrat requested to merge new_signup into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -48,9 +48,9 @@
<!-- Password -->
<mat-form-field class="full-width">
<input matInput type="password" minlength="8" minlength="8" formControlName="password" placeholder="Mot de passe" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required>
Il faut 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre.
<mat-hint>
Il faut 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre. </mat-hint>
</mat-form-field>
<!-- Confirm password -->
<mat-form-field class="full-width">
<input matInput type="password" formControlName="passwordConfirm" placeholder="Confirmer le mot de passe"
Loading