diff --git a/config/config.go b/config/config.go index 892f0e4..4e90fe0 100644 --- a/config/config.go +++ b/config/config.go @@ -33,6 +33,5 @@ type Bearer struct { UID string `json:"uid"` Time int64 `json:"time"` TokenType string `json:"token_type"` - Code string `json:"code"` Xid string `json:"xid"` }