mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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;
|
||||
}
|
||||
|
||||
if (enableBrowserIntegrationValue != null) {
|
||||
if (enableBrowserIntegrationFingerprintValue != null) {
|
||||
await helper.setToGlobal(
|
||||
BROWSER_INTEGRATION_FINGERPRINT_ENABLED,
|
||||
enableBrowserIntegrationFingerprintValue ?? false,
|
||||
enableBrowserIntegrationFingerprintValue,
|
||||
);
|
||||
delete legacyGlobal.enableBrowserIntegrationFingerprint;
|
||||
updatedGlobal = true;
|
||||
|
||||
Reference in New Issue
Block a user