1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

setup new LoginComponent files in libs/auth

This commit is contained in:
rr-bw
2024-08-20 15:30:15 -07:00
parent dedd7f1b5c
commit af9483d480
6 changed files with 152 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ import {
SetPasswordJitComponent,
LockIcon,
RegistrationLinkExpiredComponent,
LoginComponentV2,
} from "@bitwarden/auth/angular";
import { FeatureFlag } from "@bitwarden/common/enums/feature-flag.enum";
@@ -260,7 +261,7 @@ const routes: Routes = [
children: [
{
path: "",
component: LoginComponent,
component: LoginComponentV2,
},
{
path: "",