mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
fix(eslint): extend tsconfig.base in tsconfig.eslint (#15082)
* fix(eslint): extend tsconfig.base in tsconfig.eslint * fix(eslint): clean up new lint errors
This commit is contained in:
@@ -265,6 +265,8 @@ export class TwoFactorAuthComponent implements OnInit, OnDestroy {
|
||||
private listenForAuthnSessionTimeout() {
|
||||
this.loginStrategyService.authenticationSessionTimeout$
|
||||
.pipe(takeUntilDestroyed(this.destroyRef))
|
||||
// TODO: Fix this!
|
||||
// eslint-disable-next-line rxjs/no-async-subscribe
|
||||
.subscribe(async (expired) => {
|
||||
if (!expired) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user