Complete the G-Auth import feature

This commit is contained in:
Bubka
2022-06-20 17:50:32 +02:00
parent b56ad6737b
commit b0a1556d5a
6 changed files with 222 additions and 80 deletions

View File

@ -10,6 +10,7 @@ import {
faImage,
faTrash,
faCheck,
faTimes,
faLock,
faLockOpen,
faSearch,
@ -23,6 +24,7 @@ import {
faPenSquare,
faTh,
faList,
faTimesCircle,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -36,6 +38,7 @@ library.add(
faImage,
faTrash,
faCheck,
faTimes,
faLock,
faLockOpen,
faSearch,
@ -50,6 +53,7 @@ library.add(
faPenSquare,
faTh,
faList,
faTimesCircle,
);
Vue.component('font-awesome-icon', FontAwesomeIcon)