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:
committed by
Kyle Spearrin
parent
0bbe17f6e2
commit
0bfccfcb4f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user