Skip to content

Commit 5f4e21e

Browse files
committed
feat: code cleanup
Signed-off-by: Gaurav Goel <[email protected]>
1 parent c33b97e commit 5f4e21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
184184
web3AuthResponse = resp
185185
} else {
186186
print(error)
187+
initializeCf.completeExceptionally(error)
187188
}
188189
initializeCf.complete(null)
189190
}

0 commit comments

Comments
 (0)