We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6fe4af + 85b3c5e commit 8807778Copy full SHA for 8807778
src/country_workspace/config/fragments/social_auth.py
@@ -27,6 +27,7 @@
27
"social_core.pipeline.social_auth.load_extra_data",
28
"social_core.pipeline.user.user_details",
29
"country_workspace.social.pipeline.save_to_group",
30
+ "country_workspace.social.pipeline.set_superusers",
31
)
32
33
SOCIAL_AUTH_SANITIZE_REDIRECTS = False
0 commit comments