disable oidc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-17 14:10:03 +01:00
parent c403e4f253
commit d1280eea7b

View File

@ -19,7 +19,7 @@ app.config.update({
'OIDC_SCOPES': ['openid', 'email', 'profile']
})
# oidc = OpenIDConnect(app)
oidc = OpenIDConnect(app)
app.logger.handlers = logging.getLogger('gunicorn.error').handlers
datapw = 'dasrtwegdffgtewrt4335wferg'
@ -73,7 +73,7 @@ def schulrunden(zahl, stellen=0, ist_kcal=False):
# Index-Route
@app.route('/')
# @oidc.require_login
@oidc.require_login
def index():
return render_template('index.html')