mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
change default lock on new installs to 15 minutes
This commit is contained in:
@@ -129,7 +129,7 @@ namespace Bit.App.Utilities
|
||||
var currentLock = await storageService.GetAsync<int?>(Constants.LockOptionKey);
|
||||
if(currentLock == null)
|
||||
{
|
||||
await storageService.SaveAsync(Constants.LockOptionKey, -1);
|
||||
await storageService.SaveAsync(Constants.LockOptionKey, 15);
|
||||
}
|
||||
}
|
||||
else if(lastBuild != currentBuild)
|
||||
|
||||
Reference in New Issue
Block a user