mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
vivaldi supports u2f
This commit is contained in:
parent
2a16be2fb2
commit
25c643a1a3
@ -133,7 +133,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||||||
if (win != null && (win as any).u2f != null) {
|
if (win != null && (win as any).u2f != null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return (this.isChrome() || this.isOpera()) && !this.isMobile(win);
|
return (this.isChrome() || this.isOpera() || this.isVivaldi()) && !this.isMobile(win);
|
||||||
}
|
}
|
||||||
|
|
||||||
supportsDuo(): boolean {
|
supportsDuo(): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user