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
1 changed files with 1 additions and 1 deletions

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 {