Unverified Commit 9d4b1041 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

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

Clarify email scope description
parents ec5e2cc3 da45adcb
......@@ -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