diff --git a/apps/browser/src/background/runtime.background.ts b/apps/browser/src/background/runtime.background.ts index 5e24d07afd..dac555ece1 100644 --- a/apps/browser/src/background/runtime.background.ts +++ b/apps/browser/src/background/runtime.background.ts @@ -324,7 +324,7 @@ export default class RuntimeBackground { if (this.onInstalledReason != null) { if (this.onInstalledReason === "install") { - if (process.env.ENV !== "development") { + if (!this.platformUtilsService.isDev()) { void BrowserApi.createNewTab("https://bitwarden.com/browser-start/"); }