Browse Source

feature/Autofill token with Password manager

pull/1376/head
Marcin Marcinkowski 3 years ago
parent
commit
797a1a667f
  1. 6
      apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

6
apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

@ -8,12 +8,12 @@
<div class="align-items-center d-flex flex-column"> <div class="align-items-center d-flex flex-column">
<mat-form-field appearance="outline" class="w-100"> <mat-form-field appearance="outline" class="w-100">
<mat-label i18n>Security Token</mat-label> <mat-label i18n>Security Token</mat-label>
<textarea <input
cdkTextareaAutosize cdkTextareaAutosize
matInput matInput
type="text" type="password"
[(ngModel)]="data.accessToken" [(ngModel)]="data.accessToken"
></textarea> />
</mat-form-field> </mat-form-field>
<ng-container *ngIf="data.hasPermissionToUseSocialLogin"> <ng-container *ngIf="data.hasPermissionToUseSocialLogin">
<div class="my-3 text-center text-muted" i18n>or</div> <div class="my-3 text-center text-muted" i18n>or</div>

Loading…
Cancel
Save