mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
fixed pr comments
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user