mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix: the if-statement was typo
This commit is contained in:
@@ -46,10 +46,10 @@ export class MoveFinalDesktopSettingsMigrator extends Migrator<65, 66> {
|
|||||||
updatedGlobal = true;
|
updatedGlobal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enableBrowserIntegrationValue != null) {
|
if (enableBrowserIntegrationFingerprintValue != null) {
|
||||||
await helper.setToGlobal(
|
await helper.setToGlobal(
|
||||||
BROWSER_INTEGRATION_FINGERPRINT_ENABLED,
|
BROWSER_INTEGRATION_FINGERPRINT_ENABLED,
|
||||||
enableBrowserIntegrationFingerprintValue ?? false,
|
enableBrowserIntegrationFingerprintValue,
|
||||||
);
|
);
|
||||||
delete legacyGlobal.enableBrowserIntegrationFingerprint;
|
delete legacyGlobal.enableBrowserIntegrationFingerprint;
|
||||||
updatedGlobal = true;
|
updatedGlobal = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user