1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

Fix linting errors

This commit is contained in:
Hinton
2020-10-11 20:45:25 +02:00
parent 01ffa27fcc
commit 5eb0ce1e09
4 changed files with 8 additions and 8 deletions

View File

@@ -227,8 +227,8 @@ export class SettingsComponent implements OnInit {
this.biometric = await this.platformUtilsService.authenticateBiometric();
Swal.close();
if (this.biometric == false) {
this.platformUtilsService.showToast("error", "Unable to enable biometrics", "Ensure the desktop application is running, and browser integration is enabled.");
if (this.biometric === false) {
this.platformUtilsService.showToast('error', 'Unable to enable biometrics', 'Ensure the desktop application is running, and browser integration is enabled.');
}
}
if (this.biometric === current) {