mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
in desktop "Allow browser integration" button fails on dev environment, but should pass fine. (#12797)
Co-authored-by: aj-bw <81774843+aj-bw@users.noreply.github.com>
This commit is contained in:
@@ -650,7 +650,7 @@ export class SettingsComponent implements OnInit, OnDestroy {
|
|||||||
const skipSupportedPlatformCheck =
|
const skipSupportedPlatformCheck =
|
||||||
ipc.platform.allowBrowserintegrationOverride || ipc.platform.isDev;
|
ipc.platform.allowBrowserintegrationOverride || ipc.platform.isDev;
|
||||||
|
|
||||||
if (skipSupportedPlatformCheck) {
|
if (!skipSupportedPlatformCheck) {
|
||||||
if (
|
if (
|
||||||
ipc.platform.deviceType === DeviceType.MacOsDesktop &&
|
ipc.platform.deviceType === DeviceType.MacOsDesktop &&
|
||||||
!this.platformUtilsService.isMacAppStore()
|
!this.platformUtilsService.isMacAppStore()
|
||||||
|
|||||||
Reference in New Issue
Block a user