mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 11:09:24 +00:00
Refactored key file storing into the document.
This commit is contained in:
@@ -283,10 +283,6 @@ typedef NS_ENUM(NSUInteger, MPAlertContext) {
|
||||
- (void)showPasswordInput {
|
||||
if(!self.passwordInputController) {
|
||||
self.passwordInputController = [[MPPasswordInputController alloc] init];
|
||||
self.passwordInputController.showLastUsedKeyFile = YES;
|
||||
}
|
||||
else {
|
||||
self.passwordInputController.showLastUsedKeyFile = NO;
|
||||
}
|
||||
[self _setContentViewController:self.passwordInputController];
|
||||
[self.passwordInputController requestPassword];
|
||||
|
||||
Reference in New Issue
Block a user