1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00

fixed pr comments

This commit is contained in:
gbubemismith
2023-08-30 12:56:28 -04:00
parent 7becb305fe
commit 08c6a302b2
2 changed files with 3 additions and 8 deletions

View File

@@ -144,11 +144,6 @@ export class LoginComponent extends BaseLoginComponent implements OnInit {
}
}
// eslint-disable-next-line rxjs-angular/prefer-takeuntil
ngOnDestroy(): void {
super.ngOnDestroy();
}
async goAfterLogIn() {
const masterPassword = this.formGroup.value.masterPassword;