Commit 6f4d6825 authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent 9946e6ab
......@@ -282,7 +282,7 @@ class ERP5GoogleExtractionPlugin(ERP5ExternalOauth2ExtractionPlugin, BasePlugin)
if google_entry is not None:
# sanitise value
try:
for k in (('first_name', 'name'),
for k in (('first_name', 'given_name'),
('last_name', 'family_name'),
('reference', 'id'),
('email', 'email')):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment