Skip to content

Commit f73c422

Browse files
committed
feat: Update ExtraLoginOptions
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 91c03c2 commit f73c422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/types/ExtraLoginOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data class ExtraLoginOptions(
1313
@Keep private var userIdField: String? = null,
1414
@Keep private var isUserIdCaseSensitive: Boolean? = null,
1515
@Keep private var access_token: String? = null,
16-
@Keep private var flow_type: EmailFlowType = EmailFlowType.link,
16+
@Keep private var flow_type: EmailFlowType = EmailFlowType.code,
1717
@Keep private var display: Display? = null,
1818
@Keep private var prompt: Prompt? = null,
1919
@Keep private var max_age: String? = null,

0 commit comments

Comments
 (0)