We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be5b8a commit 6129f3aCopy full SHA for 6129f3a
core/src/main/java/com/web3auth/core/Web3Auth.kt
@@ -182,10 +182,11 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
182
this.authorizeSession().whenComplete { resp, error ->
183
if (error == null) {
184
web3AuthResponse = resp
185
- initializeCf.complete(null)
+ //initializeCf.complete(null)
186
} else {
187
print(error)
188
}
189
+ initializeCf.complete(null)
190
191
192
initializeCf.completeExceptionally(err)
0 commit comments