Skip to content

Commit e850728

Browse files
committed
improve
1 parent b2617b5 commit e850728

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/user/auth/signin_inner.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@
6060
</div>
6161

6262
<div class="ui container fluid">
63-
{{if .EnablePasskeyAuth}}
64-
{{template "user/auth/webauthn_error" .}}
65-
{{end}}
66-
6763
<div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center">
6864
{{if .EnablePasskeyAuth}}
65+
{{template "user/auth/webauthn_error" .}}
6966
<a class="signin-passkey">{{ctx.Locale.Tr "auth.signin_passkey"}}</a>
7067
{{end}}
7168

0 commit comments

Comments
 (0)