Skip to content

Commit 3fc1e29

Browse files
committed
Add comments for the early initialization of the authenticator
1 parent 167aaed commit 3fc1e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
5858
let analytics = ServiceLocator.analytics
5959
let pushNotesManager = ServiceLocator.pushNotesManager
6060

61+
/// This is important to initialize early as there are a few code points where the authenticator is used.
6162
ServiceLocator.authenticationManager.initialize()
6263
stores.initializeAfterDependenciesAreInitialized()
6364

0 commit comments

Comments
 (0)