mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Add WebAuthn authentication
This commit is contained in:
4
resources/js/packages/fontawesome.js
vendored
4
resources/js/packages/fontawesome.js
vendored
@ -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,
|
||||
);
|
||||
|
Reference in New Issue
Block a user