diff options
Diffstat (limited to 'templates/user/auth/webauthn_error.tmpl')
-rw-r--r-- | templates/user/auth/webauthn_error.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/webauthn_error.tmpl b/templates/user/auth/webauthn_error.tmpl index 447d289a28..b6467de1aa 100644 --- a/templates/user/auth/webauthn_error.tmpl +++ b/templates/user/auth/webauthn_error.tmpl @@ -17,6 +17,6 @@ </div> <div class="actions"> <button onclick="window.location.reload()" class="success ui button gt-hidden webauthn_error_timeout">{{.locale.Tr "webauthn_reload"}}</button> - <div class="ui cancel button">{{.locale.Tr "cancel"}}</div> + <button class="ui cancel button">{{.locale.Tr "cancel"}}</button> </div> </div> |