From 3e53b011432b2e320397063df57992a90f9dc5e6 Mon Sep 17 00:00:00 2001 From: Vinoth Kumar <103478407+Vinoth-kumar-Ganesan@users.noreply.github.com> Date: Sun, 9 Mar 2025 22:08:11 +0530 Subject: [PATCH] Removing unwanted ui container (#33833) when the passkey auth and register was disabled the unwanted ui container was show Co-authored-by: Vinoth414 <103478407+Vinoth414@users.noreply.github.com> --- templates/user/auth/signin_inner.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index de3a1cdea7..5552363a0a 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -59,6 +59,7 @@ +{{if or .EnablePasskeyAuth .ShowRegistrationButton}}
{{if .EnablePasskeyAuth}} @@ -74,3 +75,4 @@ {{end}}
+{{end}}