Update jwt_adapter/jwt_adapter.go

This commit is contained in:
Mikhail 2023-03-28 14:23:32 +00:00
parent 52760e65a3
commit 20ca7f954f

@ -20,7 +20,6 @@ var (
)
type JwtAdapter struct {
Id string `json:"jti,omitempty"`
jwt.StandardClaims
Id string `json:"id"`
}