From 9902f36812446daed6f41a120f4e5e335214eabf Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 27 Jul 2023 13:22:38 +0530 Subject: [PATCH] fix: show full name instead of first/last name --- frappe/integrations/oauth2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/integrations/oauth2.py b/frappe/integrations/oauth2.py index bf71a68aaa..724d3b32a7 100644 --- a/frappe/integrations/oauth2.py +++ b/frappe/integrations/oauth2.py @@ -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(