mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-05-19 20:15:24 +02:00
test
This commit is contained in:
@@ -44,7 +44,7 @@ if AUTH_TYPE.lower() == "oidc":
|
||||
CONFIG_URL = os.environ["OIDC_DISCOVERY_URL"] # Default: ''
|
||||
OVERWRITE_REDIRECT_URI = BASE_PATH # Default: '/'
|
||||
|
||||
printf("using config "+FLASK_OIDC_CONFIG_URL)
|
||||
print("using config "+FLASK_OIDC_CONFIG_URL)
|
||||
app = FlaskOIDC(__name__, static_url_path=static_url_path)
|
||||
app.config.from_object(CustomConfig)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user