email scope only allows access to a user's email address
This commit is contained in:
parent
ec5e2cc3c6
commit
da45adcb6e
@ -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 {
|
||||||
|
Reference in New Issue
Block a user