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

remove 'V2' from new component

This commit is contained in:
rr-bw
2024-09-13 14:53:44 -07:00
parent 532d3eaefc
commit 8fa5c55088
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ import { canAccessFeature } from "@bitwarden/angular/platform/guard/feature-flag
import {
AnonLayoutWrapperComponent,
AnonLayoutWrapperData,
LoginComponentV2,
LoginComponent,
LoginSecondaryContentComponent,
PasswordHintComponent,
RegistrationFinishComponent,
@@ -166,7 +166,7 @@ const routes: Routes = [
pageTitle: "logInToBitwarden",
},
children: [
{ path: "", component: LoginComponentV2 },
{ path: "", component: LoginComponent },
{ path: "", component: LoginSecondaryContentComponent, outlet: "secondary" },
{
path: "",