diff options
Diffstat (limited to 'templates/user/auth/webauthn.tmpl')
-rw-r--r-- | templates/user/auth/webauthn.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/webauthn.tmpl b/templates/user/auth/webauthn.tmpl index 375ebba9ae..7c543cb16d 100644 --- a/templates/user/auth/webauthn.tmpl +++ b/templates/user/auth/webauthn.tmpl @@ -10,7 +10,7 @@ {{template "base/alert" .}} <p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p> </div> - <div class="ui attached segment tw-flex tw-content-center tw-justify-center gt-gap-2 gt-py-3"> + <div class="ui attached segment tw-flex tw-items-center tw-justify-center gt-gap-2 gt-py-3"> <div class="is-loading" style="width: 40px; height: 40px"></div> {{ctx.Locale.Tr "webauthn_press_button"}} </div> |