1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

feat(webauthn): show help message regarding username and non-discoverable credentials

The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys.
This commit is contained in:
Frédéric Guillot 2024-10-26 21:16:08 -07:00
parent 2bcc4b8399
commit 51030ef1a8
22 changed files with 52 additions and 8 deletions

View file

@ -675,6 +675,10 @@ template {
max-width: 300px;
}
.webauthn {
margin-bottom: 20px;
}
/* Counters */
.unread-counter-wrapper,
.error-feeds-counter-wrapper {