vivaldi supports u2f

This commit is contained in:
Kyle Spearrin 2018-07-24 21:49:09 -04:00
parent 2a16be2fb2
commit 25c643a1a3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {