mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Bump Firefox Min Version (#6025)
* Bump Firefox Min Version * Remove Version Check for Biometrics Support
This commit is contained in:
@@ -314,10 +314,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.isFirefox()) {
|
||||
return parseInt((await browser.runtime.getBrowserInfo()).version.split(".")[0], 10) >= 87;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user