change type input

This commit is contained in:
NyxiumYuuki 2021-05-30 11:24:52 +02:00
parent 3aaddde24e
commit c14c46a444

View file

@ -11,7 +11,7 @@
placeholder="Entrez votre login"
class="form-control"
[(ngModel)]="login">
<input type="text"
<input type="password"
placeholder="Entrez votre password"
class="form-control"
[(ngModel)]="password">