diff --git a/core/src/main/java/com/web3auth/core/Web3Auth.kt b/core/src/main/java/com/web3auth/core/Web3Auth.kt index 460bd99..64ce994 100644 --- a/core/src/main/java/com/web3auth/core/Web3Auth.kt +++ b/core/src/main/java/com/web3auth/core/Web3Auth.kt @@ -172,10 +172,10 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu runOnUIThread { if (error == null) { web3AuthResponse = resp + initializeCf.complete(null) } else { initializeCf.completeExceptionally(error) } - initializeCf.complete(null) } } } else {