From 21e6a7e5010ad4b3421af10ea473d250f229f6d7 Mon Sep 17 00:00:00 2001 From: Ivy Date: Wed, 19 Feb 2025 09:50:17 -0500 Subject: [PATCH] fix: use preAuthRedirect to properly redirect (#447) --- auth-providers-common/templates/error.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/auth-providers-common/templates/error.html b/auth-providers-common/templates/error.html index ceb4c195..a2fde5d6 100644 --- a/auth-providers-common/templates/error.html +++ b/auth-providers-common/templates/error.html @@ -97,6 +97,7 @@ line-height: 1.25rem; font-weight: 500; cursor: pointer; + width: 100%; } button:hover { @@ -196,6 +197,14 @@ } } +
@@ -227,9 +236,7 @@

{{.Title}}

{{ if .Redirect }}
-
- -
+
{{ end }}