1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Enable FIDO U2F on Edge

This commit is contained in:
Thomas Rittson
2021-03-05 10:04:29 +10:00
parent 0828f43215
commit c01d405eba

View File

@@ -131,7 +131,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return true; return true;
} }
return this.isChrome() || this.isOpera() || this.isVivaldi(); return this.isChrome() || this.isOpera() || this.isVivaldi() || this.isEdge();
} }
supportsDuo(): boolean { supportsDuo(): boolean {