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

PM-8113 - Move TwoFactorAuthEmail content to own folder.

This commit is contained in:
Jared Snider 2024-12-16 15:42:39 -05:00
parent d1d438bebe
commit 9f8696f377
No known key found for this signature in database
GPG Key ID: A149DDD612516286
7 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1 @@
export * from "./two-factor-auth-email-component.service";
export * from "./default-two-factor-auth-email-component.service";
export * from "./two-factor-auth-email";

View File

@ -0,0 +1,2 @@
export * from "./default-two-factor-auth-email-component.service";
export * from "./two-factor-auth-email-component.service";

View File

@ -43,7 +43,7 @@ import {
import { TwoFactorAuthAuthenticatorComponent } from "./child-components/two-factor-auth-authenticator.component";
import { TwoFactorAuthDuoComponent } from "./child-components/two-factor-auth-duo.component";
import { TwoFactorAuthEmailComponent } from "./child-components/two-factor-auth-email.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";
import {