mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-19 01:51:27 +01:00
PM-8113 - TwoFactorAuthComponent - Add todo
This commit is contained in:
parent
4a60ae2736
commit
055276ba40
@ -194,6 +194,8 @@ export class TwoFactorAuthComponent implements OnInit, OnDestroy {
|
|||||||
if (this.selectedProviderType === TwoFactorProviderType.WebAuthn && (await this.isLinux())) {
|
if (this.selectedProviderType === TwoFactorProviderType.WebAuthn && (await this.isLinux())) {
|
||||||
document.body.classList.add("linux-webauthn");
|
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() {
|
private listenFor2faSessionTimeout() {
|
||||||
|
Loading…
Reference in New Issue
Block a user