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 50ca34b commit cbe396cCopy full SHA for cbe396c
WooCommerce/Classes/Authentication/AuthenticationManager.swift
@@ -341,7 +341,7 @@ extension AuthenticationManager: WordPressAuthenticatorDelegate {
341
}
342
343
if ServiceLocator.featureFlagService.isFeatureFlagEnabled(.loginErrorNotifications) {
344
- ServiceLocator.pushNotesManager.cancelLocalNotification(scenarios: [.loginSiteAddressError])
+ ServiceLocator.pushNotesManager.cancelLocalNotification(scenarios: LocalNotification.Scenario.allCases)
345
346
347
let matcher = ULAccountMatcher(storageManager: storageManager)
0 commit comments