Disabled unused identifiers
This commit is contained in:
parent
11865a6500
commit
e4d49b7fb4
@ -18,14 +18,15 @@ import (
|
||||
// GoogleUser is the user data we receive from Google
|
||||
type GoogleUser struct {
|
||||
Sub string `json:"sub"`
|
||||
Name string `json:"name"`
|
||||
GivenName string `json:"given_name"`
|
||||
FamilyName string `json:"family_name"`
|
||||
Profile string `json:"profile"`
|
||||
Picture string `json:"picture"`
|
||||
Email string `json:"email"`
|
||||
EmailVerified bool `json:"email_verified"`
|
||||
Gender string `json:"gender"`
|
||||
|
||||
// Name string `json:"name"`
|
||||
// Profile string `json:"profile"`
|
||||
// Picture string `json:"picture"`
|
||||
// EmailVerified bool `json:"email_verified"`
|
||||
}
|
||||
|
||||
// InstallGoogleAuth enables Google login for the app.
|
||||
|
Loading…
Reference in New Issue
Block a user