Update file jwt_adapter.go

This commit is contained in:
Mikhail 2023-07-12 22:15:40 +00:00
parent 6f8eaba30d
commit d9932eb725

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