Skip to content

Commit 523a84e

Browse files
Removing unwanted ui container (#33833) (#33835)
Backport #33833 by Vinoth-kumar-Ganesan when the passkey auth and register was disabled the unwanted ui container was show Co-authored-by: Vinoth Kumar <[email protected]> Co-authored-by: Vinoth414 <[email protected]>
1 parent 869ee4f commit 523a84e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: templates/user/auth/signin_inner.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
</div>
6060
</div>
6161

62+
{{if or .EnablePasskeyAuth .ShowRegistrationButton}}
6263
<div class="ui container fluid">
6364
<div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center">
6465
{{if .EnablePasskeyAuth}}
@@ -74,3 +75,4 @@
7475
{{end}}
7576
</div>
7677
</div>
78+
{{end}}

0 commit comments

Comments
 (0)