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 11c718f commit e5e324eCopy full SHA for e5e324e
WooCommerce/Classes/Authentication/Navigation Exceptions/WrongAccountErrorViewModel.swift
@@ -112,7 +112,6 @@ final class WrongAccountErrorViewModel: ULAccountMismatchViewModel {
112
siteInfoSubscription = $isSelfHostedSite
113
.dropFirst() // ignores first element
114
.sink { [weak self] isSelfHosted in
115
- // if the button is hidden, the site is not self-hosted.
116
self?.analytics.track(event: .LoginJetpackConnection.jetpackConnectionErrorShown(selfHostedSite: isSelfHosted))
117
}
118
0 commit comments