Spelling fix "JTW" -> "JWT"

This commit is contained in:
x032205
2025-06-14 01:38:29 -04:00
parent de917a5d74
commit edf4e75e55
17 changed files with 39 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ type LoginTwoRequest struct {
}
type LoginTwoResponse struct {
JTWToken string `json:"token"`
JWTToken string `json:"token"`
RefreshToken string `json:"refreshToken"`
PublicKey string `json:"publicKey"`
EncryptedPrivateKey string `json:"encryptedPrivateKey"`