This commit is contained in:
iFargle
2023-02-11 12:08:33 +09:00
parent cf9da94d88
commit 4bdf44602f

View File

@@ -103,7 +103,7 @@ def render_overview():
"""
# Whether OIDC is configured
if config_yaml["oidc"] != NULL:
if "oidc" in config_yaml:
oidc_content = """
<div class="col s12 m6">
<div class="card hoverable">