Skip to content

Commit 6129f3a

Browse files
committed
feat: update initialize() method
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 5be5b8a commit 6129f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,11 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
182182
this.authorizeSession().whenComplete { resp, error ->
183183
if (error == null) {
184184
web3AuthResponse = resp
185-
initializeCf.complete(null)
185+
//initializeCf.complete(null)
186186
} else {
187187
print(error)
188188
}
189+
initializeCf.complete(null)
189190
}
190191
} else {
191192
initializeCf.completeExceptionally(err)

0 commit comments

Comments
 (0)