1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

in desktop "Allow browser integration" button fails on dev environment, but should pass fine.

This commit is contained in:
Maciej Zieniuk
2025-01-10 00:27:41 +00:00
parent 8cabb36c99
commit df39db6a06

View File

@@ -650,7 +650,7 @@ export class SettingsComponent implements OnInit, OnDestroy {
const skipSupportedPlatformCheck =
ipc.platform.allowBrowserintegrationOverride || ipc.platform.isDev;
if (skipSupportedPlatformCheck) {
if (!skipSupportedPlatformCheck) {
if (
ipc.platform.deviceType === DeviceType.MacOsDesktop &&
!this.platformUtilsService.isMacAppStore()