mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-02 03:41:09 +01:00
Fix linting conflicts after merge (#12864)
This commit is contained in:
parent
eedf9af2e7
commit
f44b36bdf6
@ -514,6 +514,8 @@ export class AccountSecurityComponent implements OnInit, OnDestroy {
|
|||||||
try {
|
try {
|
||||||
const userKey = await this.biometricsService.unlockWithBiometricsForUser(userId);
|
const userKey = await this.biometricsService.unlockWithBiometricsForUser(userId);
|
||||||
result = await this.keyService.validateUserKey(userKey, userId);
|
result = await this.keyService.validateUserKey(userKey, userId);
|
||||||
|
// FIXME: Remove when updating file. Eslint update
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
result = false;
|
result = false;
|
||||||
}
|
}
|
||||||
|
@ -127,6 +127,8 @@ export class VaultPopupAutofillService {
|
|||||||
[currentTabHostname as string]: { bannerIsDismissed: true },
|
[currentTabHostname as string]: { bannerIsDismissed: true },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
// FIXME: Remove when updating file. Eslint update
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"There was a problem dismissing the blocked interaction URI notification banner",
|
"There was a problem dismissing the blocked interaction URI notification banner",
|
||||||
|
Loading…
Reference in New Issue
Block a user