Skip to content

Commit 2969150

Browse files
committed
fix: EMAIL_PASSWORDLESS serialized name
1 parent 33f9d7f commit 2969150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum class TypeOfLogin {
3333
@SerializedName("wechat")
3434
WECHAT,
3535

36-
@SerializedName("email_passwordless")
36+
@SerializedName("email_password")
3737
EMAIL_PASSWORDLESS,
3838

3939
@SerializedName("jwt")

0 commit comments

Comments
 (0)