1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

change old components to V1

This commit is contained in:
rr-bw
2024-09-13 14:49:52 -07:00
parent c44634585f
commit 532d3eaefc
10 changed files with 22 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ import {
import { CaptchaProtectedComponent } from "./captcha-protected.component";
@Directive()
export class LoginComponent extends CaptchaProtectedComponent implements OnInit, OnDestroy {
export class LoginComponentV1 extends CaptchaProtectedComponent implements OnInit, OnDestroy {
@ViewChild("masterPasswordInput", { static: true }) masterPasswordInput: ElementRef;
showPassword = false;