Disabled direct fail of autotype on missing access. Added time out for user interaction to prevent unexpected behaviour

This commit is contained in:
Michael Starke
2018-11-16 11:23:08 +01:00
parent 4b56167b56
commit 409632714c
5 changed files with 26 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
[self showPasswordInput];
}
- (void)_didUnlockDatabase:(NSNotification *)notification {
- (void)_didUnlockDatabase:(NSNotification *)notification {
[self showEntries];
/* Show password reminders */
[self _presentPasswordIntervalAlerts];