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:
@@ -290,7 +290,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
}
|
||||
|
||||
supportsBiometric() {
|
||||
return Promise.resolve(true);
|
||||
return Promise.resolve(!this.isFirefox() && !this.isSafari());
|
||||
}
|
||||
|
||||
authenticateBiometric() {
|
||||
|
||||
Reference in New Issue
Block a user