mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Merge pull request #1151 from topos-ai/email-address
Clarify email scope description
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user