Browse Source

Clean up

pull/3828/head
Thomas Kaul 11 months ago
parent
commit
ffca696e79
  1. 1
      apps/client/src/app/components/header/header.component.ts

1
apps/client/src/app/components/header/header.component.ts

@ -260,6 +260,7 @@ export class HeaderComponent implements OnChanges {
aToken,
this.settingsStorageService.getSetting(KEY_STAY_SIGNED_IN) === 'true'
);
this.userService
.get()
.pipe(takeUntil(this.unsubscribeSubject))

Loading…
Cancel
Save