Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 6630f76

Browse files
committed
LoginSelfHostedViewController: Dropping unneeded parameter placeholder
1 parent 4b9e22b commit 6630f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signin/LoginSelfHostedViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ extension LoginSelfHostedViewController {
274274
}
275275

276276
let credentials = WordPressCredentials.wporg(username: username, password: password, xmlrpc: xmlrpc, options: options)
277-
delegate.sync(credentials: credentials) { [weak self] _ in
277+
delegate.sync(credentials: credentials) { [weak self] in
278278

279279
NotificationCenter.default.post(name: Foundation.Notification.Name(rawValue: WordPressAuthenticator.WPSigninDidFinishNotification), object: nil)
280280
self?.showLoginEpilogue(for: credentials)

0 commit comments

Comments
 (0)