change type input
This commit is contained in:
parent
3aaddde24e
commit
c14c46a444
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Reference in a new issue