Fix CLI issue

This commit is contained in:
x032205
2025-06-19 17:17:10 -04:00
parent 66140dc151
commit 73fe2659b5
5 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import "time"
type UserCredentials struct {
Email string `json:"email"`
PrivateKey string `json:"privateKey"`
JWTToken string `json:"JWTToken"`
JWTToken string `json:"JTWToken"`
RefreshToken string `json:"refreshToken"`
}