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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user