1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +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

@@ -66,7 +66,7 @@ export enum LoginUiState {
RouterModule,
],
})
export class LoginComponentV2 implements OnInit, OnDestroy {
export class LoginComponent implements OnInit, OnDestroy {
@ViewChild("masterPasswordInputRef") masterPasswordInputRef: ElementRef;
@Input() captchaSiteKey: string = null;