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:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user