From 055276ba4045467312c56ef19c9181e79d8cd29f Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Wed, 11 Dec 2024 18:53:59 -0500 Subject: [PATCH] PM-8113 - TwoFactorAuthComponent - Add todo --- .../src/angular/two-factor-auth/two-factor-auth.component.ts | 2 ++ 1 file changed, 2 insertions(+) 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() {