fix: show full name instead of first/last name
This commit is contained in:
parent
8930d4b5e1
commit
9902f36812
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def authorize(**kwargs):
|
|||
else:
|
||||
if "openid" in scopes:
|
||||
scopes.remove("openid")
|
||||
scopes.extend(["First Name", "Last Name", "Email", "Password", "User Image", "Roles"])
|
||||
scopes.extend(["Full Name", "Email", "User Image", "Roles"])
|
||||
|
||||
# Show Allow/Deny screen.
|
||||
response_html_params = frappe._dict(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue