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

Commit c88bd4e

Browse files
committed
LoginViewController: Dropping unneeded parameter placeholder
1 parent 6630f76 commit c88bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signin/LoginViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ extension LoginViewController {
220220

221221
configureStatusLabel(NSLocalizedString("Getting account information", comment: "Alerts the user that wpcom account information is being retrieved."))
222222

223-
authenticationDelegate.sync(credentials: credentials) { [weak self] _ in
223+
authenticationDelegate.sync(credentials: credentials) { [weak self] in
224224

225225
self?.configureStatusLabel("")
226226
self?.configureViewLoading(false)

0 commit comments

Comments
 (0)