Merge pull request #556 from janausis/oicd_login_fix

Frontend OICD Login Fix
This commit is contained in:
Sean Morley
2025-05-22 11:07:43 -04:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ class EnabledSocialProvidersView(APIView):
providers = []
for provider in social_providers:
if provider.provider == 'openid_connect':
new_provider = f'oidc/{provider.client_id}'
new_provider = f'oidc/{provider.provider_id}'
else:
new_provider = provider.provider
providers.append({