mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Modifications made to support SSO in Browser
This commit is contained in:
@@ -295,7 +295,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
private sidebarViewName(): string {
|
||||
sidebarViewName(): string {
|
||||
if ((window as any).chrome.sidebarAction && this.isFirefox()) {
|
||||
return 'sidebar';
|
||||
} else if (this.isOpera() && (typeof opr !== 'undefined') && opr.sidebarAction) {
|
||||
|
||||
Reference in New Issue
Block a user