diff --git a/auth/user.go b/auth/user.go index 225d4ff..8700f29 100644 --- a/auth/user.go +++ b/auth/user.go @@ -25,9 +25,4 @@ type User struct { Picture string `json:"picture"` Nickname string `json:"nickname"` Apps map[string]interface{} `json:"app_metadata,omitempty"` - - //UserMetadata UserMetadata `json:"user_metadata"` } - -// type UserMetadata struct { -// }