Browse Source

feature/change input type

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

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

@ -10,7 +10,7 @@
<mat-label i18n>Security Token</mat-label>
<input
matInput
type="text"
type="password"
[(ngModel)]="data.accessToken"
/>
</mat-form-field>

Loading…
Cancel
Save