1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-16 01:21:48 +01:00

PM-8113 - TwoFactorAuthComponent - Add todo

This commit is contained in:
Jared Snider 2024-12-11 18:53:59 -05:00
parent 4a60ae2736
commit 055276ba40
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -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() {