un admin ne peut plus modifier le pseudo des utilisateurs

This commit is contained in:
MiharyR 2022-01-08 18:34:45 +01:00
parent c2ad7a456a
commit f96177da43
2 changed files with 1 additions and 22 deletions

View file

@ -3,15 +3,6 @@
<h3>Modifier</h3>
<!-- divider -->
<br><mat-divider></mat-divider><br>
<!-- nickname -->
<mat-form-field appearance="fill">
<mat-label>Pseudo</mat-label>
<input matInput type="text" [(ngModel)]="personCopy.nickname" required>
</mat-form-field><br>
<!-- divider -->
<mat-divider></mat-divider><br>