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 32ad542 commit b3d9b2cCopy full SHA for b3d9b2c
WooCommerce/Classes/Authentication/AuthenticationManager.swift
@@ -394,7 +394,7 @@ extension AuthenticationManager: WordPressAuthenticatorDelegate {
394
sourceTag: WordPressSupportSourceTag,
395
lastStep: AuthenticatorAnalyticsTracker.Step,
396
lastFlow: AuthenticatorAnalyticsTracker.Flow) {
397
- guard let customHelpCenterContent = CustomHelpCenterContent(step: lastStep, flow: lastFlow)else {
+ guard let customHelpCenterContent = CustomHelpCenterContent(step: lastStep, flow: lastFlow) else {
398
presentSupport(from: sourceViewController)
399
return
400
}
0 commit comments