mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-15 01:11:47 +01:00
PM-8113 - Move TwoFactorAuthEmail content to own folder.
This commit is contained in:
parent
d1d438bebe
commit
9f8696f377
@ -1,2 +1 @@
|
|||||||
export * from "./two-factor-auth-email-component.service";
|
export * from "./two-factor-auth-email";
|
||||||
export * from "./default-two-factor-auth-email-component.service";
|
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
export * from "./default-two-factor-auth-email-component.service";
|
||||||
|
export * from "./two-factor-auth-email-component.service";
|
@ -43,7 +43,7 @@ import {
|
|||||||
|
|
||||||
import { TwoFactorAuthAuthenticatorComponent } from "./child-components/two-factor-auth-authenticator.component";
|
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.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 { TwoFactorAuthWebAuthnComponent } from "./child-components/two-factor-auth-webauthn.component";
|
||||||
import { TwoFactorAuthYubikeyComponent } from "./child-components/two-factor-auth-yubikey.component";
|
import { TwoFactorAuthYubikeyComponent } from "./child-components/two-factor-auth-yubikey.component";
|
||||||
import {
|
import {
|
||||||
|
Loading…
Reference in New Issue
Block a user