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:
parent
2bcc4b8399
commit
51030ef1a8
22 changed files with 52 additions and 8 deletions
|
@ -675,6 +675,10 @@ template {
|
|||
max-width: 300px;
|
||||
}
|
||||
|
||||
.webauthn {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Counters */
|
||||
.unread-counter-wrapper,
|
||||
.error-feeds-counter-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue