1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-26 12:25:20 +01:00

Support u2f on Vivaldi (#953)

This commit is contained in:
Jordan Patterson 2019-06-20 10:22:58 -06:00 committed by Kyle Spearrin
parent 0bbe17f6e2
commit 0bfccfcb4f

View File

@ -129,7 +129,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return true; return true;
} }
return this.isChrome() || this.isOpera(); return this.isChrome() || this.isOpera() || this.isVivaldi();
} }
supportsDuo(): boolean { supportsDuo(): boolean {