add member avec role ok account récupère les membre en focntion de la team

This commit is contained in:
Sana EL HIRI 2022-02-25 09:52:06 +01:00
parent 7784870446
commit 466a146174
6 changed files with 56 additions and 18 deletions

View file

@ -87,7 +87,20 @@
!addMemberForm.controls['emailFc'].valid
}"
/>
<label for="floatingInputemail">VOTRE EMAIL</label>
<label for="floatingInputemail">Votre Email</label>
</div>
<div class="form-floating">
<select
class="form-control"
id="floatingInputRole"
placeholder=""
name="Role"
formControlName="roleFc"
>
<option value="ROLE_PARENT">Adulte</option>
<option value="ROLE_ENFANT">Enfant</option>
</select>
<label value="ROLE_PARENT">Sélectionner un profil</label>
</div>
<div class="form-floating">
<input