Merge pull request #1151 from topos-ai/email-address

Clarify email scope description
This commit is contained in:
Eric Chiang 2017-12-17 10:36:58 -08:00 committed by GitHub
commit 9d4b1041bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {