Skip to content

Commit 0ffff30

Browse files
authored
Merge pull request #2593 from brandonpage/auth_config_fetch
Fix auth config fetch.
2 parents 301e0f4 + 1cd33be commit 0ffff30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/app/SalesforceSDKManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,6 +1831,8 @@ open class SalesforceSDKManager protected constructor(
18311831
browserLoginEnabled = false,
18321832
shareBrowserSessionEnabled = false
18331833
)
1834+
1835+
return@withTimeout
18341836
}
18351837

18361838
getMyDomainAuthConfig(loginServer).let { authConfig ->

0 commit comments

Comments
 (0)