mirror of
https://github.com/bitwarden/mobile
synced 2025-02-07 15:38:51 +01:00
remove needs migration flag
This commit is contained in:
parent
4f2b76c442
commit
f5b05ecd92
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user