diff options
Diffstat (limited to 'templates/user')
-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 7c543cb16d..867248718d 100644 --- a/templates/user/auth/webauthn.tmpl +++ b/templates/user/auth/webauthn.tmpl @@ -11,7 +11,7 @@ <p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p> </div> <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> + <div class="is-loading tw-w-[40px] tw-h-[40px]"></div> {{ctx.Locale.Tr "webauthn_press_button"}} </div> {{if .HasTwoFactor}} |