From 24b8a94c2ce4d21c65caa076bdc54ba61635be85 Mon Sep 17 00:00:00 2001 From: Sukuna <90980311+samarsrivastav@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:58:51 +0530 Subject: [PATCH] fix(docs): add missing bracket in openID config (#30885) --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index ccb7c217e11..d278747bfd5 100644 --- a/superset/config.py +++ b/superset/config.py @@ -357,7 +357,7 @@ AUTH_TYPE = AUTH_DB # OPENID_PROVIDERS = [ # { 'name': 'Yahoo', 'url': 'https://open.login.yahoo.com/' }, # { 'name': 'Flickr', 'url': 'https://www.flickr.com/' }, - +# ] # --------------------------------------------------- # Roles config # ---------------------------------------------------