1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Merge pull request #1660 from bitwarden/enable-u2f-edge

Enable FIDO U2F on Edge
This commit is contained in:
Thomas Rittson
2021-03-05 10:11:53 +10:00
committed by GitHub

View File

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