vivaldi supports u2f
This commit is contained in:
parent
2a16be2fb2
commit
25c643a1a3
|
@ -133,7 +133,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||
if (win != null && (win as any).u2f != null) {
|
||||
return true;
|
||||
}
|
||||
return (this.isChrome() || this.isOpera()) && !this.isMobile(win);
|
||||
return (this.isChrome() || this.isOpera() || this.isVivaldi()) && !this.isMobile(win);
|
||||
}
|
||||
|
||||
supportsDuo(): boolean {
|
||||
|
|
Loading…
Reference in New Issue