Update jwt_adapter.go

This commit is contained in:
Mikhail 2023-03-10 13:00:35 +00:00
parent d426aa155d
commit db8f85dcfe

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