mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 08:18:18 +00:00
Disabled direct fail of autotype on missing access. Added time out for user interaction to prevent unexpected behaviour
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user