diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:58:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:58:38 +0200 |
commit | a70bf3bd3337406704af5907a015ba385df0483d (patch) | |
tree | 5c64314edae6dc68339116b26b7d0480cdb65e4e /client/src/app/+login | |
parent | b15fcd49bff880a8246cb48292af3ae8d66f0699 (diff) | |
download | PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.gz PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.zst PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.zip |
Rename input toggle hidden to input text
It's more than just an hidden toggle
Diffstat (limited to 'client/src/app/+login')
-rw-r--r-- | client/src/app/+login/login.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index dc74354d8..a2d8dae2a 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | <div class="form-group"> | 37 | <div class="form-group"> |
38 | <label i18n for="password">Password</label> | 38 | <label i18n for="password">Password</label> |
39 | <my-input-toggle-hidden formControlName="password" inputId="password" | 39 | <my-input-text formControlName="password" inputId="password" |
40 | i18n-placeholder placeholder="Password" | 40 | i18n-placeholder placeholder="Password" |
41 | [ngClass]="{ 'input-error': formErrors['password'] }" | 41 | [ngClass]="{ 'input-error': formErrors['password'] }" |
42 | autocomplete="current-password" [tabindex]="2"></my-input-toggle-hidden> | 42 | autocomplete="current-password" [tabindex]="2"></my-input-text> |
43 | <div *ngIf="formErrors.password" class="form-error"> | 43 | <div *ngIf="formErrors.password" class="form-error"> |
44 | {{ formErrors.password }} | 44 | {{ formErrors.password }} |
45 | </div> | 45 | </div> |