From 2a55800e18afce6695eb395d19c78dc7ea24e9ee Mon Sep 17 00:00:00 2001 From: Stefan Foerster Date: Wed, 19 Mar 2025 19:25:30 +0100 Subject: [PATCH] Fix OIDC login link (#1019) Fixes #1016. --- bookmarks/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarks/templates/registration/login.html b/bookmarks/templates/registration/login.html index a94e63f..9f9f185 100644 --- a/bookmarks/templates/registration/login.html +++ b/bookmarks/templates/registration/login.html @@ -33,7 +33,7 @@ {% if enable_oidc %} - Login with OIDC + Login with OIDC {% endif %} {% if allow_registration %} Register