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(