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

PM-8113 - Move 2FA Duo to own comp folder.

This commit is contained in:
Jared Snider 2024-12-16 17:19:23 -05:00
parent 9f8696f377
commit 7e0c113c49
No known key found for this signature in database
GPG Key ID: A149DDD612516286
4 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import {
} from "@bitwarden/components";
import { TwoFactorAuthAuthenticatorComponent } from "./child-components/two-factor-auth-authenticator.component";
import { TwoFactorAuthDuoComponent } from "./child-components/two-factor-auth-duo.component";
import { TwoFactorAuthDuoComponent } from "./child-components/two-factor-auth-duo/two-factor-auth-duo.component";
import { TwoFactorAuthEmailComponent } from "./child-components/two-factor-auth-email/two-factor-auth-email.component";
import { TwoFactorAuthWebAuthnComponent } from "./child-components/two-factor-auth-webauthn.component";
import { TwoFactorAuthYubikeyComponent } from "./child-components/two-factor-auth-yubikey.component";