We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2617b5 commit e850728Copy full SHA for e850728
templates/user/auth/signin_inner.tmpl
@@ -60,12 +60,9 @@
60
</div>
61
62
<div class="ui container fluid">
63
- {{if .EnablePasskeyAuth}}
64
- {{template "user/auth/webauthn_error" .}}
65
- {{end}}
66
-
67
<div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center">
68
{{if .EnablePasskeyAuth}}
+ {{template "user/auth/webauthn_error" .}}
69
<a class="signin-passkey">{{ctx.Locale.Tr "auth.signin_passkey"}}</a>
70
{{end}}
71
0 commit comments