File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ def get_or_create_user(
263
263
attribute_mapping : dict ,
264
264
request ,
265
265
) -> tuple [Optional [settings .AUTH_USER_MODEL ], bool ]:
266
- """Look up the user to authenticate. If he doesn't exist, this method creates him (if so desired).
266
+ """Look up the user to authenticate. If they doesn't exist, this method creates them (if so desired).
267
267
The default implementation looks only at the user_identifier. Override this method in order to do more complex behaviour,
268
268
e.g. customize this per IdP.
269
269
"""
@@ -277,7 +277,6 @@ def get_or_create_user(
277
277
): user_lookup_value
278
278
}
279
279
280
- # Lookup existing user
281
280
# Lookup existing user
282
281
user , created = None , False
283
282
try :
You can’t perform that action at this time.
0 commit comments