diff --git a/internal/handlers/oauth2.go b/internal/handlers/oauth2.go index df7b247..c3837b6 100644 --- a/internal/handlers/oauth2.go +++ b/internal/handlers/oauth2.go @@ -16,7 +16,7 @@ import ( ) type UserInfo struct { - Id string `json:"id"` + Id int64 `json:"id"` // FIXME: This might not always be int? Sub string `json:"sub"` Email string `json:"email"` }