1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

Remove biometric from firefox

This commit is contained in:
Hinton
2021-01-25 21:23:18 +01:00
parent a971fc3960
commit ab759a4746
5 changed files with 10 additions and 15 deletions

View File

@@ -290,7 +290,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
}
supportsBiometric() {
return Promise.resolve(true);
return Promise.resolve(!this.isFirefox() && !this.isSafari());
}
authenticateBiometric() {