diff --git a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts index 2a42be2858..f1ba047284 100644 --- a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts +++ b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts @@ -194,6 +194,8 @@ export class TwoFactorAuthComponent implements OnInit, OnDestroy { if (this.selectedProviderType === TwoFactorProviderType.WebAuthn && (await this.isLinux())) { document.body.classList.add("linux-webauthn"); } + + // TODO: there is significantly more logic in the on init of the browser extension to bring over. } private listenFor2faSessionTimeout() {