mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
set last active to 1 year ago
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user