Skip to content

Commit 21fe372

Browse files
committed
feat: authConnectionConfig testing
Signed-off-by: Gaurav Goel <[email protected]>
1 parent c1ac6b8 commit 21fe372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/web3auth/core/Web3Auth.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
680680
whiteLabel = whiteLabel?.merge(whitelabel) ?: whitelabel
681681
}
682682
}
683-
//web3AuthOption.authConnectionConfig =
684-
// (web3AuthOption.authConnectionConfig.orEmpty() + projectConfigResponse?.embeddedWalletAuth.orEmpty())
683+
web3AuthOption.authConnectionConfig =
684+
(web3AuthOption.authConnectionConfig.orEmpty() + projectConfigResponse?.embeddedWalletAuth.orEmpty())
685685
projectConfigCompletableFuture.complete(true)
686686
} else {
687687
projectConfigCompletableFuture.completeExceptionally(

0 commit comments

Comments
 (0)