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

Commit be1e635

Browse files
committed
SignupGoogleViewController: Dropping unneeded parameter placeholder
1 parent c88bd4e commit be1e635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signup/SignupGoogleViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private extension SignupGoogleViewController {
113113

114114
/// Existing Account: We'll synchronize all the things before proceeding to the next screen.
115115
///
116-
self?.authenticationDelegate.sync(credentials: credentials) { _ in
116+
self?.authenticationDelegate.sync(credentials: credentials) {
117117
SVProgressHUD.dismiss()
118118
self?.wasLoggedInInstead(with: credentials)
119119
}

0 commit comments

Comments
 (0)