mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-15 01:11:47 +01:00
Enable FIDO U2F on Edge
This commit is contained in:
parent
0828f43215
commit
c01d405eba
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user