Skip to content

Commit ed1f803

Browse files
committed
feat: add groupedAuthConnectionId in case of MFA
Signed-off-by: Gaurav Goel <[email protected]>
1 parent ebfc17d commit ed1f803

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
@@ -148,6 +148,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
148148
val userInfo = web3AuthResponse?.userInfo
149149
initParamsJson.put("authConnection", userInfo?.authConnection)
150150
initParamsJson.put("authConnectionId", userInfo?.authConnectionId)
151+
initParamsJson.put("groupedAuthConnectionId", userInfo?.groupedAuthConnectionId)
151152
val extraOptionsString: String
152153
var existingExtraLoginOptions = ExtraLoginOptions()
153154
if (initParamsJson.has("extraLoginOptions")) {

0 commit comments

Comments
 (0)