mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
Allow U2F on Edge (#804)
This commit is contained in:
@@ -162,7 +162,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||||||
if (win != null && (win as any).u2f != null) {
|
if (win != null && (win as any).u2f != null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return this.isChrome() || ((this.isOpera() || this.isVivaldi()) && !Utils.isMobileBrowser);
|
return this.isChrome() || ((this.isEdge() || this.isOpera() || this.isVivaldi()) && !Utils.isMobileBrowser);
|
||||||
}
|
}
|
||||||
|
|
||||||
supportsDuo(): boolean {
|
supportsDuo(): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user