Skip to content
Snippets Groups Projects
Commit da45adcb authored by Eric Buth's avatar Eric Buth
Browse files

email scope only allows access to a user's email address

parent ec5e2cc3
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ func loadTemplates(c webConfig, templatesDir string) (*templates, error) { ...@@ -167,7 +167,7 @@ func loadTemplates(c webConfig, templatesDir string) (*templates, error) {
var scopeDescriptions = map[string]string{ var scopeDescriptions = map[string]string{
"offline_access": "Have offline access", "offline_access": "Have offline access",
"profile": "View basic profile information", "profile": "View basic profile information",
"email": "View your email", "email": "View your email address",
} }
type connectorInfo struct { type connectorInfo struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment