Browse Source

Migrate to self-closing tags

pull/4492/head
Thomas Kaul 2 weeks ago
parent
commit
1772d8ba5c
  1. 2
      apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

2
apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

@ -86,7 +86,7 @@
</mat-step>
<ng-template matStepperIcon="done">
<ion-icon name="checkmark-outline"></ion-icon>
<ion-icon name="checkmark-outline" />
</ng-template>
</mat-stepper>
<div></div>

Loading…
Cancel
Save