mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 22:35:30 +01:00
test
This commit is contained in:
@@ -35,7 +35,7 @@ if AUTH_TYPE.lower() == "oidc":
|
||||
# Load OIDC libraries
|
||||
from flaskoidc import FlaskOIDC
|
||||
|
||||
app = FlaskOIDC(__name__, static_url_path=static_url_path)
|
||||
app = FlaskOIDC(__name__)
|
||||
app.logger.debug("Loading OIDC libraries and configuring app...")
|
||||
# TODO:
|
||||
# If OIDC is enabled, add user info and a logout button to the top bar.
|
||||
|
||||
Reference in New Issue
Block a user