This commit is contained in:
iFargle
2023-02-19 15:26:57 +09:00
parent bd9eedc630
commit 06eaf9827a

View File

@@ -18,7 +18,7 @@ if AUTH_TYPE.lower() == "oidc":
from flaskoidc.config import BaseConfig
# Custom configuration class, a subclass of BaseConfig
CustomConfig(BaseConfig):
class CustomConfig(BaseConfig):
DEBUG = True
app = FlaskOIDC(__name__, static_url_path=STATIC_URL_PATH)