1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00: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 this.isChrome() || this.isOpera();
return this.isChrome() || this.isOpera() || this.isVivaldi();
}
supportsDuo(): boolean {