Add authentications log

This commit is contained in:
Bubka
2024-04-15 00:44:18 +02:00
parent 1bc55f5535
commit a6745c28a6
25 changed files with 3944 additions and 4712 deletions

View File

@ -48,6 +48,9 @@ import {
faChevronRight,
faSlash,
faAlignLeft,
faMobileScreen,
faTabletScreenButton,
faDisplay,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -110,7 +113,10 @@ library.add(
faOpenid,
faPaperPlane,
faSlash,
faAlignLeft
faAlignLeft,
faMobileScreen,
faTabletScreenButton,
faDisplay
);
export default FontAwesomeIcon