diff --git a/WordPressAuthenticator/Signup/SignupGoogleViewController.swift b/WordPressAuthenticator/Signup/SignupGoogleViewController.swift index 7299bfdd8..1be3bf9a6 100644 --- a/WordPressAuthenticator/Signup/SignupGoogleViewController.swift +++ b/WordPressAuthenticator/Signup/SignupGoogleViewController.swift @@ -113,7 +113,7 @@ private extension SignupGoogleViewController { /// Existing Account: We'll synchronize all the things before proceeding to the next screen. /// - self?.authenticationDelegate.sync(credentials: credentials) { _ in + self?.authenticationDelegate.sync(credentials: credentials) { SVProgressHUD.dismiss() self?.wasLoggedInInstead(with: credentials) }