diff --git a/internal/auth/types.go b/internal/auth/types.go index a36ac90..1d42cb5 100644 --- a/internal/auth/types.go +++ b/internal/auth/types.go @@ -38,6 +38,8 @@ type User struct { Email string `json:"email"` CreatedAt time.Time `json:"created_at"` HashedApiKey string `json:"hashed_api_key"` + Avatar string `json:"avatar"` + GlobalName string `json:"global_name"` } type AvatarDecorationData struct {