From 61be70054b9e9441e8b70fea1e4ec13fb5d6ce5b Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 26 Jan 2025 23:42:55 +0100 Subject: [PATCH] Fix account url, use template for settings --- src/oidc_test/templates/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/oidc_test/templates/home.html b/src/oidc_test/templates/home.html index f103be9..c062101 100644 --- a/src/oidc_test/templates/home.html +++ b/src/oidc_test/templates/home.html @@ -40,10 +40,10 @@ {% endif %}
Provider: - {{ user.oidc_provider.name }} + {{ oidc_provider_settings.name }}
- {% if oidc_provider_settings.account_url %} - + {% if oidc_provider_settings.account_url_template %} + {% endif %}