Skip to content

Commit c65f4c0

Browse files
committed
Update comments about the site discovery flow
1 parent a7fd7dc commit c65f4c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ private extension AuthenticationManager {
588588
}
589589

590590
/// The error screen to be displayed when the user enters a site
591-
/// without Jetpack in the site discovery flow
591+
/// without Jetpack in the site discovery flow.
592+
/// More about this flow: pe5sF9-mz-p2.
592593
///
593594
func jetpackErrorUI(for siteURL: String, with matcher: ULAccountMatcher, in navigationController: UINavigationController) -> UIViewController {
594595
let viewModel = JetpackErrorViewModel(siteURL: siteURL,
@@ -671,6 +672,7 @@ private extension AuthenticationManager {
671672
}
672673

673674
/// Appropriate error to display for a site when entered from the site discovery flow.
675+
/// More about this flow: pe5sF9-mz-p2
674676
///
675677
func errorUI(for site: WordPressComSiteInfo, in navigationController: UINavigationController) -> UIViewController {
676678
guard site.isWP else {

0 commit comments

Comments
 (0)