This commit is contained in:
iFargle
2023-02-20 22:25:35 +09:00
parent c68cefcef6
commit 370ab1007d

View File

@@ -76,6 +76,7 @@ if AUTH_TYPE == "oidc":
from flask_oidc import OpenIDConnect
oidc = OpenIDConnect(app)
@app.route('/login')
@oidc.require_login
def log_in():
LOG.error("Logging in the user... ")