fix: show full name instead of first/last name

This commit is contained in:
Shariq Ansari 2023-07-27 13:22:38 +05:30
parent 8930d4b5e1
commit 9902f36812

View file

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