feat: updated cli to include password on login

This commit is contained in:
=
2024-06-12 22:43:59 +05:30
parent 93d5180dfc
commit e95109c446
2 changed files with 2 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ type GetLoginOneV2Response struct {
type GetLoginTwoV2Request struct {
Email string `json:"email"`
ClientProof string `json:"clientProof"`
Password string `json:"password"`
}
type GetLoginTwoV2Response struct {