Browse Source

Clean up

pull/3496/head
Thomas Kaul 1 year ago
parent
commit
09608e948e
  1. 1
      apps/client/src/app/components/user-account-settings/user-account-settings.component.ts

1
apps/client/src/app/components/user-account-settings/user-account-settings.component.ts

@ -78,7 +78,6 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit {
this.baseCurrency = baseCurrency; this.baseCurrency = baseCurrency;
this.currencies = currencies; this.currencies = currencies;
this.isFingerprintSupported = this.doesBrowserSupportAuthn();
this.userService.stateChanged this.userService.stateChanged
.pipe(takeUntil(this.unsubscribeSubject)) .pipe(takeUntil(this.unsubscribeSubject))

Loading…
Cancel
Save