Add WebAuthn authentication

This commit is contained in:
Bubka
2022-03-15 14:47:07 +01:00
parent 9f574feada
commit f3c6b9da5b
43 changed files with 2417 additions and 229 deletions

View File

@ -9,7 +9,6 @@ import {
faQrcode,
faImage,
faTrash,
faEdit,
faCheck,
faLock,
faLockOpen,
@ -21,6 +20,7 @@ import {
faLayerGroup,
faMinusCircle,
faExclamationCircle,
faPenSquare,
faTh,
faList,
} from '@fortawesome/free-solid-svg-icons'
@ -35,7 +35,6 @@ library.add(
faQrcode,
faImage,
faTrash,
faEdit,
faCheck,
faLock,
faLockOpen,
@ -48,6 +47,7 @@ library.add(
faLayerGroup,
faMinusCircle,
faExclamationCircle,
faPenSquare,
faTh,
faList,
);