1
0
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:
Justin Baur
2023-08-14 12:04:44 -04:00
committed by GitHub
parent 4b1570b0b3
commit 3880aeed81
3 changed files with 2 additions and 6 deletions

View File

@@ -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;
}