Remove unused user fields (#141)
These aren't actually used anywhere and can result in a parse error if the ID field isn't a string
This commit is contained in:
@ -28,10 +28,7 @@ type token struct {
|
||||
|
||||
// User is the authenticated user
|
||||
type User struct {
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
Verified bool `json:"verified_email"`
|
||||
Hd string `json:"hd"`
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
// OAuthProvider is a provider using the oauth2 library
|
||||
|
Reference in New Issue
Block a user