more logging

This commit is contained in:
Kyle Spearrin 2019-06-03 13:20:46 -04:00
parent 702d27fea0
commit e6dcdc51a4
1 changed files with 4 additions and 1 deletions

View File

@ -88,8 +88,11 @@ namespace Bit.App.Migration
Log("Migrating 6");
// Save settings
var oldPersistNotification = settingsShim.GetValueOrDefault("setting:persistNotification", false);
Log("Migrating 6.1");
await storageService.SaveAsync(Constants.AccessibilityAutofillPersistNotificationKey,
settingsShim.GetValueOrDefault("setting:persistNotification", false));
oldPersistNotification);
Log("Migrating 6.2");
await storageService.SaveAsync(Constants.AccessibilityAutofillPasswordFieldKey,
settingsShim.GetValueOrDefault("setting:autofillPasswordField", false));
await storageService.SaveAsync(Constants.DisableAutoTotpCopyKey,