File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/com/web3auth/core/types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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_TYPE = EMAIL_FLOW_TYPE .link,
16+ @Keep private var flow_type : EmailFlowType = EmailFlowType .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_TYPE {
35+ enum class EmailFlowType {
3636 @SerializedName(" link" )
3737 link,
3838
You can’t perform that action at this time.
0 commit comments