From 9f8696f377dde48007a58a1d0de3f2205adad6e0 Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Mon, 16 Dec 2024 15:42:39 -0500 Subject: [PATCH] PM-8113 - Move TwoFactorAuthEmail content to own folder. --- .../auth/src/angular/two-factor-auth/child-components/index.ts | 3 +-- .../default-two-factor-auth-email-component.service.ts | 0 .../child-components/two-factor-auth-email/index.ts | 2 ++ .../two-factor-auth-email-component.service.ts | 0 .../two-factor-auth-email.component.html | 0 .../two-factor-auth-email.component.ts | 0 .../src/angular/two-factor-auth/two-factor-auth.component.ts | 2 +- 7 files changed, 4 insertions(+), 3 deletions(-) rename libs/auth/src/angular/two-factor-auth/child-components/{ => two-factor-auth-email}/default-two-factor-auth-email-component.service.ts (100%) create mode 100644 libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/index.ts rename libs/auth/src/angular/two-factor-auth/child-components/{ => two-factor-auth-email}/two-factor-auth-email-component.service.ts (100%) rename libs/auth/src/angular/two-factor-auth/child-components/{ => two-factor-auth-email}/two-factor-auth-email.component.html (100%) rename libs/auth/src/angular/two-factor-auth/child-components/{ => two-factor-auth-email}/two-factor-auth-email.component.ts (100%) diff --git a/libs/auth/src/angular/two-factor-auth/child-components/index.ts b/libs/auth/src/angular/two-factor-auth/child-components/index.ts index a56d585052..47ab5b1912 100644 --- a/libs/auth/src/angular/two-factor-auth/child-components/index.ts +++ b/libs/auth/src/angular/two-factor-auth/child-components/index.ts @@ -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"; diff --git a/libs/auth/src/angular/two-factor-auth/child-components/default-two-factor-auth-email-component.service.ts b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/default-two-factor-auth-email-component.service.ts similarity index 100% rename from libs/auth/src/angular/two-factor-auth/child-components/default-two-factor-auth-email-component.service.ts rename to libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/default-two-factor-auth-email-component.service.ts diff --git a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/index.ts b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/index.ts new file mode 100644 index 0000000000..91f11b0b7d --- /dev/null +++ b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/index.ts @@ -0,0 +1,2 @@ +export * from "./default-two-factor-auth-email-component.service"; +export * from "./two-factor-auth-email-component.service"; diff --git a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email-component.service.ts b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email-component.service.ts similarity index 100% rename from libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email-component.service.ts rename to libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email-component.service.ts diff --git a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email.component.html b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email.component.html similarity index 100% rename from libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email.component.html rename to libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email.component.html diff --git a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email.component.ts b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email.component.ts similarity index 100% rename from libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email.component.ts rename to libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-email.component.ts diff --git a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts index f18b31880b..bb62df7f4f 100644 --- a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts +++ b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.ts @@ -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 {