Browse Source

Format code

pull/82/head
Thomas 4 years ago
parent
commit
ea96e54168
  1. 4
      apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

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

@ -19,7 +19,9 @@
[(ngModel)]="data.accessToken" [(ngModel)]="data.accessToken"
></textarea> ></textarea>
</mat-form-field> </mat-form-field>
<mat-checkbox i18n [(ngModel)]="data.staySignedIn">Stay signed in</mat-checkbox> <mat-checkbox i18n [(ngModel)]="data.staySignedIn"
>Stay signed in</mat-checkbox
>
</div> </div>
</div> </div>
<div class="float-right" mat-dialog-actions> <div class="float-right" mat-dialog-actions>

Loading…
Cancel
Save