Skip to content

Commit db670ab

Browse files
committed
Restore initalization in configureAuthenticator
1 parent 3fc1e29 commit db670ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/AppCoordinator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ private extension AppCoordinator {
238238

239239
/// Configures the WPAuthenticator for usage in both logged-in and logged-out states.
240240
func configureAuthenticator() {
241+
authenticationManager.initialize()
241242
authenticationManager.setLoggedOutAppSettings(loggedOutAppSettings)
242243
authenticationManager.displayAuthenticatorIfLoggedOut = { [weak self] in
243244
guard let self, self.isLoggedIn == false else { return nil }

0 commit comments

Comments
 (0)