1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

remove needs migration flag

This commit is contained in:
Kyle Spearrin 2019-05-31 23:26:09 -04:00
parent 4f2b76c442
commit f5b05ecd92

View File

@ -157,6 +157,8 @@ namespace Bit.App.Migration
await cryptoService.SetEncKeyAsync(oldEncKey);
await cryptoService.SetEncPrivateKeyAsync(oldEncPrivateKey);
// Remove "needs migration" flag
settingsShim.Remove(Constants.OldLastActivityKey);
return true;
}
}