Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 committed Jan 22, 2025
1 parent b2617b5 commit e850728
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/user/auth/signin_inner.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@
</div>

<div class="ui container fluid">
{{if .EnablePasskeyAuth}}
{{template "user/auth/webauthn_error" .}}
{{end}}

<div class="ui attached segment header top tw-max-w-2xl tw-m-auto tw-flex tw-flex-col tw-items-center">
{{if .EnablePasskeyAuth}}
{{template "user/auth/webauthn_error" .}}
<a class="signin-passkey">{{ctx.Locale.Tr "auth.signin_passkey"}}</a>
{{end}}

Expand Down

0 comments on commit e850728

Please sign in to comment.