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:
@@ -20,7 +20,7 @@ import {
|
||||
RegistrationStartSecondaryComponentData,
|
||||
SetPasswordJitComponent,
|
||||
RegistrationLinkExpiredComponent,
|
||||
LoginComponentV2,
|
||||
LoginComponent,
|
||||
LoginSecondaryContentComponent,
|
||||
LockIcon,
|
||||
UserLockIcon,
|
||||
@@ -202,7 +202,7 @@ const routes: Routes = [
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
component: LoginComponentV2,
|
||||
component: LoginComponent,
|
||||
},
|
||||
{
|
||||
path: "",
|
||||
|
||||
Reference in New Issue
Block a user