Skip to content

Commit

Permalink
Merge pull request #98 from Web3Auth/TypeofLogin-updates
Browse files Browse the repository at this point in the history
feat: update TypeOfLogin
  • Loading branch information
grvgoel81 authored Oct 2, 2024
2 parents aeb23ac + 9cfbf42 commit 6cbcb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/web3auth/core/types/TypeOfLogin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum class TypeOfLogin {
@SerializedName("wechat")
WECHAT,

@SerializedName("email_password")
@SerializedName("email_passwordless")
EMAIL_PASSWORDLESS,

@SerializedName("jwt")
Expand Down

0 comments on commit 6cbcb73

Please sign in to comment.