Skip to content

Commit

Permalink
Merge pull request #93 from Web3Auth/feat/testing-flutter
Browse files Browse the repository at this point in the history
Changes in initialize function.
  • Loading branch information
chaitanyapotti authored Jul 5, 2024
2 parents 5be5b8a + 07dfd82 commit 33f9d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/web3auth/core/Web3Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
this.authorizeSession().whenComplete { resp, error ->
if (error == null) {
web3AuthResponse = resp
initializeCf.complete(null)
} else {
print(error)
}
initializeCf.complete(null)
}
} else {
initializeCf.completeExceptionally(err)
Expand Down

0 comments on commit 33f9d7f

Please sign in to comment.