You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyError: 'locale'
File "django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
File "django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django/views/decorators/http.py", line 64, in inner
return func(request, *args, **kwargs)
File "django_google_sso/views.py", line 98, in callback
user = user_helper.get_or_create_user()
File "django_google_sso/main.py", line 117, in get_or_create_user
"locale": self.user_info["locale"],
The text was updated successfully, but these errors were encountered:
Sentry Issue: BENEFITS-5P
The text was updated successfully, but these errors were encountered: