mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 07:08:17 +00:00
reworked layout for advanced tab in database settings windows
This commit is contained in:
@@ -523,8 +523,10 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
if(NSModalResponseOK == result) {
|
||||
document.tree.metaData.enforceMasterKeyChangeOnce = NO;
|
||||
}
|
||||
/* password was not changes, so keep nagging the user! */
|
||||
[self _presentPasswordIntervalAlerts];
|
||||
else {
|
||||
/* password was not changes, so keep nagging the user! */
|
||||
[self _presentPasswordIntervalAlerts];
|
||||
}
|
||||
}];
|
||||
});
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user