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.
AppCoordinator
WordPressAuthenticator
1 parent 7463829 commit ffac8d6Copy full SHA for ffac8d6
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