always allow chrome to use u2f
This commit is contained in:
parent
3942409c9a
commit
a48cc2a7f3
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 65bd33d860f3af71968a15e78491221091c4369e
|
Subproject commit 2e9ce1571514e2b4ae9ed61a1368b2db03a0ca5d
|
|
@ -164,7 +164,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.isOpera() || this.isVivaldi()) && !Utils.isMobileBrowser);
|
||||||
}
|
}
|
||||||
|
|
||||||
supportsDuo(): boolean {
|
supportsDuo(): boolean {
|
||||||
|
|
Loading…
Reference in New Issue