mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-17 16:22:26 +01:00
test
This commit is contained in:
@@ -164,7 +164,7 @@ def render_overview():
|
||||
# Remove DERP if it isn't available or isn't enabled
|
||||
if "derp" not in config_yaml: oidc_content = ""
|
||||
if "derp" in config_yaml:
|
||||
if config_file["derp"]["enabled"] == "False":
|
||||
if config_yaml["derp"]["enabled"] == "False":
|
||||
oidc_content = ""
|
||||
|
||||
# TODO:
|
||||
|
||||
Reference in New Issue
Block a user