mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
set last active to 1 year ago
This commit is contained in:
parent
0e3eeab828
commit
43517fc4f6
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace Bit.App.Migration
|
||||||
|
|
||||||
// Post migration tasks
|
// Post migration tasks
|
||||||
await cryptoService.ToggleKeyAsync();
|
await cryptoService.ToggleKeyAsync();
|
||||||
await storageService.SaveAsync(Constants.LastActiveKey, DateTime.MinValue);
|
await storageService.SaveAsync(Constants.LastActiveKey, DateTime.UtcNow.AddYears(-1));
|
||||||
await lockService.CheckLockAsync();
|
await lockService.CheckLockAsync();
|
||||||
|
|
||||||
// Remove "needs migration" flag
|
// Remove "needs migration" flag
|
||||||
|
|
Loading…
Reference in a new issue