mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
[PM-9440] Fix: handle undefined value in migration 66 (#9908)
* fix: handle undefined value in migration 66 * fix: the if-statement was typo
This commit is contained in:
parent
781ef550c1
commit
83b8c0d50f
@ -46,7 +46,7 @@ export class MoveFinalDesktopSettingsMigrator extends Migrator<65, 66> {
|
||||
updatedGlobal = true;
|
||||
}
|
||||
|
||||
if (enableBrowserIntegrationValue != null) {
|
||||
if (enableBrowserIntegrationFingerprintValue != null) {
|
||||
await helper.setToGlobal(
|
||||
BROWSER_INTEGRATION_FINGERPRINT_ENABLED,
|
||||
enableBrowserIntegrationFingerprintValue,
|
||||
|
Loading…
Reference in New Issue
Block a user