1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

Fix formatting in comment

This commit is contained in:
Bernd Schoolmann
2025-05-30 14:38:24 +02:00
parent f09ee0ce8c
commit 6b792f6634

View File

@@ -74,9 +74,8 @@ export function isWindowsPortable() {
/**
* We block the browser integration on some unsupported platforms, which also
* blocks partially supported platforms / prevents
* experimenting with the feature for QA. So this env var allows overriding
* the block.
* blocks partially supported platforms / prevents experimenting with the feature
* for QA. So this env var allows overriding the block.
*/
export function allowBrowserintegrationOverride() {
return process.env.ALLOW_BROWSER_INTEGRATION_OVERRIDE === "true";