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 3fc1e29 commit db670abCopy full SHA for db670ab
WooCommerce/Classes/ViewRelated/AppCoordinator.swift
@@ -238,6 +238,7 @@ private extension AppCoordinator {
238
239
/// Configures the WPAuthenticator for usage in both logged-in and logged-out states.
240
func configureAuthenticator() {
241
+ authenticationManager.initialize()
242
authenticationManager.setLoggedOutAppSettings(loggedOutAppSettings)
243
authenticationManager.displayAuthenticatorIfLoggedOut = { [weak self] in
244
guard let self, self.isLoggedIn == false else { return nil }
0 commit comments