diff --git a/identity/dto/auth.go b/identity/dto/auth.go index 4efdb06..83e28e5 100644 --- a/identity/dto/auth.go +++ b/identity/dto/auth.go @@ -6,7 +6,7 @@ type AuthLoginRequestDTO struct { } type AuthLoginResponseDTO struct { - Token string `json:"jwt_token"` + Token string `json:"token"` } type AuthRegisterRequestDTO struct {