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