From 8acb7032f874ea575546122d320f117fef7ddb29 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 11 Mar 2025 00:33:43 +0100 Subject: [PATCH] use " all the way --- pandora/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index 5045c6c92..0aa3d768a 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -173,8 +173,8 @@ OIDC_USERNAME_ALGO = "app.oidc.generate_username" OIDC_RP_CLIENT_ID = None # define those in local_settings to enable OCID based login -#OIDC_RP_CLIENT_ID = '' -#OIDC_RP_CLIENT_SECRET = '' +#OIDC_RP_CLIENT_ID = "" +#OIDC_RP_CLIENT_SECRET = "" #OIDC_RP_SIGN_ALGO = "RS256" #OIDC_OP_JWKS_ENDPOINT = "" #OIDC_OP_AUTHORIZATION_ENDPOINT = ""