Skip to content

Commit 68ca3e4

Browse files
committed
feat: add extra Auth Connection Info in enableMFA
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 4e5d4c7 commit 68ca3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
148148
if (actionType == "enable_mfa" || actionType == "manage_mfa") {
149149
val userInfo = web3AuthResponse?.userInfo
150150
initParamsJson.put("authConnection", userInfo?.authConnection)
151-
initOptionsJson.put("authConnectionId", userInfo?.authConnectionId)
151+
initParamsJson.put("authConnectionId", userInfo?.authConnectionId)
152152
val extraOptionsString: String
153153
var existingExtraLoginOptions = ExtraLoginOptions()
154154
if (initParamsJson.has("extraLoginOptions")) {

0 commit comments

Comments
 (0)