Skip to content

Commit ffac8d6

Browse files
committed
Configure the authenticator in AppCoordinator initialization so that WordPressAuthenticator is always initialized.
1 parent 7463829 commit ffac8d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WooCommerce/Classes/ViewRelated/AppCoordinator.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ final class AppCoordinator {
5858
self.featureFlagService = featureFlagService
5959

6060
authenticationManager.setLoggedOutAppSettings(loggedOutAppSettings)
61+
62+
// Configures authenticator first in case `WordPressAuthenticator` is used in other `AppDelegate` launch events.
63+
configureAuthenticator()
6164
}
6265

6366
func start() {

0 commit comments

Comments
 (0)