Skip to content

Commit a282188

Browse files
committed
feat: update ExtraLoginOptions.kt
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 024a096 commit a282188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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: EMAIL_FLOW = EMAIL_FLOW.link,
16+
@Keep private var flow_type: EMAIL_FLOW_TYPE = EMAIL_FLOW_TYPE.link,
1717
@Keep private var display: Display? = null,
1818
@Keep private var prompt: Prompt? = null,
1919
@Keep private var max_age: String? = null,
@@ -32,7 +32,7 @@ data class ExtraLoginOptions(
3232
) : Serializable
3333

3434
@Keep
35-
enum class EMAIL_FLOW {
35+
enum class EMAIL_FLOW_TYPE {
3636
@SerializedName("link")
3737
link,
3838

0 commit comments

Comments
 (0)