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