Skip to content

Commit 6cbcb73

Browse files
authored
Merge pull request #98 from Web3Auth/TypeofLogin-updates
feat: update TypeOfLogin
2 parents aeb23ac + 9cfbf42 commit 6cbcb73

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_password")
36+
@SerializedName("email_passwordless")
3737
EMAIL_PASSWORDLESS,
3838

3939
@SerializedName("jwt")

0 commit comments

Comments
 (0)