|
|
@ -9,9 +9,8 @@ |
|
|
<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> |
|
|
<input |
|
|
<input |
|
|
cdkTextareaAutosize |
|
|
|
|
|
matInput |
|
|
matInput |
|
|
type="password" |
|
|
type="text" |
|
|
[(ngModel)]="data.accessToken" |
|
|
[(ngModel)]="data.accessToken" |
|
|
/> |
|
|
/> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
|