1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-03 00:20:35 +02:00

vivaldi supports u2f

This commit is contained in:
Kyle Spearrin 2018-07-24 21:49:09 -04:00
parent 2a16be2fb2
commit 25c643a1a3

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 {