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
@@ -271,6 +271,7 @@ open class LoginViewModel(val bootConfig: BootConfig) : ViewModel() {
271
271
// Update the web view URL to match the OAuth authorization URL when the web view is applicable
272
272
webViewUrl.addSource(loginUrl) { newLoginUrl ->
273
273
// Note the web view does not reload when browser-based authentication or a UI Bridge API front door bridge URL are active.
274
+
/* Coverage needed */
274
275
if ((!SalesforceSDKManager.getInstance().isBrowserLoginEnabled &&!isUsingFrontDoorBridge) || newLoginUrl =="about:blank"/* Blank is used during reset states such as when returning to the web view from a custom tab, so it's always eligible */) {
275
276
webViewUrl.value = newLoginUrl
276
277
}
@@ -436,8 +437,9 @@ open class LoginViewModel(val bootConfig: BootConfig) : ViewModel() {
436
437
437
438
with(SalesforceSDKManager.getInstance()) {
438
439
// Check if the OAuth Config has been manually set by dev support LoginOptionsActivity.
440
+
val debugOverrideAppConfig = debugOverrideAppConfig
0 commit comments