mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +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
|
||||
await cryptoService.ToggleKeyAsync();
|
||||
await storageService.SaveAsync(Constants.LastActiveKey, DateTime.MinValue);
|
||||
await storageService.SaveAsync(Constants.LastActiveKey, DateTime.UtcNow.AddYears(-1));
|
||||
await lockService.CheckLockAsync();
|
||||
|
||||
// Remove "needs migration" flag
|
||||
|
|
Loading…
Reference in a new issue