mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
fix(template): webauthn error alert was broken on the settings page
This commit is contained in:
parent
f5188b1edc
commit
37d539eb42
1 changed files with 6 additions and 3 deletions
|
@ -56,9 +56,12 @@
|
|||
<fieldset>
|
||||
<legend>{{ t "page.settings.webauthn.passkeys" }}</legend>
|
||||
|
||||
<div role="alert" class="alert alert-error hidden" id="webauthn-error">
|
||||
{{ t "page.settings.webauthn.register.error" }}
|
||||
</div>
|
||||
<template id="webauthn-error">
|
||||
<div role="alert" class="alert alert-error" id="webauthn-error-alert">
|
||||
<h4>{{ t "page.settings.webauthn.register.error" }}</h4>
|
||||
<p id="webauthn-error-message"></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
{{ if .webAuthnCerts}}
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue