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

Support biometric changes in jslib

This commit is contained in:
Hinton
2020-07-09 20:14:51 +02:00
parent abded9afcf
commit a5116728a9
2 changed files with 9 additions and 1 deletions

View File

@@ -283,6 +283,14 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
});
}
supportsBiometric() {
return Promise.resolve(false);
}
authenticateBiometric() {
return Promise.resolve(false);
}
private sidebarViewName(): string {
if ((window as any).chrome.sidebarAction && this.isFirefox()) {
return 'sidebar';