Enable FIDO U2F on Edge

This commit is contained in:
Thomas Rittson 2021-03-05 10:04:29 +10:00
parent 0828f43215
commit c01d405eba
1 changed files with 1 additions and 1 deletions

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 {