You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract resetAuthFlags helper in SalesforceSDKManager
Both -init and resetForUITesting set the same auth flags. Extract a
private resetAuthFlags instance method so the values are defined once
and can't diverge. simulatedDomainDiscoveryResult is reset only in
resetForUITesting (it's a test-only property absent from -init).
0 commit comments