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

Commit f3e746f

Browse files
committed
Remove unused self.
1 parent e807aba commit f3e746f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Unified Auth/View Related/Password/PasswordViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class PasswordViewController: LoginViewController {
126126
if let source = source, loginFields.meta.userIsDotCom {
127127
let passwordError = SignInError.invalidWPComPassword(source: source)
128128
if authenticationDelegate.shouldHandleError(passwordError) {
129-
authenticationDelegate.handleError(passwordError) { [weak self] _ in
129+
authenticationDelegate.handleError(passwordError) { _ in
130130
// No custom navigation is expected in this case.
131131
}
132132
}

0 commit comments

Comments
 (0)