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.
2 parents 16e118f + ffac8d6 commit b90ca32Copy full SHA for b90ca32
WooCommerce/Classes/ViewRelated/AppCoordinator.swift
@@ -58,6 +58,9 @@ final class AppCoordinator {
58
self.featureFlagService = featureFlagService
59
60
authenticationManager.setLoggedOutAppSettings(loggedOutAppSettings)
61
+
62
+ // Configures authenticator first in case `WordPressAuthenticator` is used in other `AppDelegate` launch events.
63
+ configureAuthenticator()
64
}
65
66
func start() {
0 commit comments