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, aToken,
this.settingsStorageService.getSetting(KEY_STAY_SIGNED_IN) === 'true' this.settingsStorageService.getSetting(KEY_STAY_SIGNED_IN) === 'true'
); );
this.userService this.userService
.get() .get()
.pipe(takeUntil(this.unsubscribeSubject)) .pipe(takeUntil(this.unsubscribeSubject))

Loading…
Cancel
Save