mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Merge pull request #1660 from bitwarden/enable-u2f-edge
Enable FIDO U2F on Edge
This commit is contained in:
commit
d580912e17
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user