We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf2444 commit eff1bfaCopy full SHA for eff1bfa
WooCommerce/Classes/Authentication/PostSiteCredentialLoginChecker.swift
@@ -155,9 +155,8 @@ private extension PostSiteCredentialLoginChecker {
155
}
156
alert.addAction(retryAction)
157
} else {
158
- let supportAction = UIAlertAction(title: Localization.contactSupport, style: .default) { [weak self] _ in
+ let supportAction = UIAlertAction(title: Localization.contactSupport, style: .default) { _ in
159
navigationController.popViewController(animated: true)
160
- self?.stores.deauthenticate()
161
ServiceLocator.authenticationManager.presentSupport(from: navigationController, sourceTag: .loginSiteAddress)
162
163
alert.addAction(supportAction)
0 commit comments