This commit is contained in:
iFargle
2023-02-20 20:45:00 +09:00
parent 0f6bdeb35e
commit f0be1ce507

View File

@@ -85,6 +85,9 @@ elif AUTH_TYPE.lower() == "basic":
app.config['BASIC_AUTH_FORCE'] = True
basic_auth = BasicAuth(app)
oidc = ""
else:
oidc = ""
########################################################################################
# / pages - User-facing pages