mirror of
https://github.com/bitwarden/mobile
synced 2025-01-30 02:05:39 +01:00
set last active to 1 year ago
This commit is contained in:
parent
0e3eeab828
commit
43517fc4f6
@ -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…
x
Reference in New Issue
Block a user