mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01:00
fix: the if-statement was typo
This commit is contained in:
parent
ea0e66acec
commit
e615bf0898
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user