Skip to content
Snippets Groups Projects

Resolve "KeyError: 'SCOPES' with OAUTH2_PROVIDER"

Merged Jonathan Weth requested to merge 518-keyerror-scopes-with-oauth2_provider into master
3 files
+ 9
10
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -5,6 +5,7 @@ from django.apps import apps
from django.conf import settings
from django.http import HttpRequest
from django.utils.module_loading import autodiscover_modules
from django.utils.translation import gettext as _
from dynamic_preferences.registries import preference_models
from health_check.plugins import plugin_dir
Loading