diff --git a/MacPass/MPDocumentWindowController.m b/MacPass/MPDocumentWindowController.m index 85fa5f06..fe9b380f 100644 --- a/MacPass/MPDocumentWindowController.m +++ b/MacPass/MPDocumentWindowController.m @@ -491,7 +491,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword); id entryResolver = [NSApp targetForAction:@selector(currentTargetEntries)]; NSArray *entries = entryResolver.currentTargetEntries; if(entries.count == 1) { - [[MPAutotypeDaemon defaultDaemon] performAutotypeForEntry:entries.firstObject]; + [MPAutotypeDaemon.defaultDaemon performAutotypeForEntry:entries.firstObject]; } }