Skip to content

Commit

Permalink
fix dictionary definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Cordry committed Sep 19, 2024
1 parent 40b42c5 commit 8cd67c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

auth = OIDCAuthentication(
{
"default": ProviderConfiguration(
'default': ProviderConfiguration(
issuer=app.config["OIDC_ISSUER"],
client_registration_info=app.config["OIDC_CLIENT_CONFIG"],
)
Expand Down

0 comments on commit 8cd67c2

Please sign in to comment.