mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
Support u2f on Vivaldi (#953)
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user