From 111b924eaf71e6b91f4dc72068c0108b4fb30015 Mon Sep 17 00:00:00 2001
From: felivigneau <felivigneau@gmail.com>
Date: Wed, 10 Mar 2021 19:29:42 +0100
Subject: [PATCH] ajout d'espaces sur html

---
 src/app/signup/student-signup/student-signup.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/signup/student-signup/student-signup.component.html b/src/app/signup/student-signup/student-signup.component.html
index d38b7af..0f59a54 100644
--- a/src/app/signup/student-signup/student-signup.component.html
+++ b/src/app/signup/student-signup/student-signup.component.html
@@ -96,7 +96,7 @@
     <!-- Email -->
     <div formGroupName="emailGroup">
       <mat-form-field class="full-width">
-        <input matInput placeholder="Adresse email*" type="email" formControlName="email">
+        <input matInput placeholder="Adresse email *" type="email" formControlName="email">
         <mat-hint>
           Elle te servira d'identifiant de connexion.
         </mat-hint>
@@ -130,7 +130,7 @@
     <!-- Password -->
     <div formGroupName="passwordGroup">
       <mat-form-field class="full-width">
-        <input matInput placeholder="Mot de passe*" type="password" formControlName="password">
+        <input matInput placeholder="Mot de passe *" type="password" formControlName="password">
         <mat-error>
           {{errors.password}}
         </mat-error>
-- 
GitLab