Commit da45adcb authored by Eric Buth's avatar Eric Buth

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

parent ec5e2cc3
......@@ -167,7 +167,7 @@ func loadTemplates(c webConfig, templatesDir string) (*templates, error) {
var scopeDescriptions = map[string]string{
"offline_access": "Have offline access",
"profile": "View basic profile information",
"email": "View your email",
"email": "View your email address",
}
type connectorInfo struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment