Complete the Import view with Aegis and 2FAS migrations support

Close #128
This commit is contained in:
Bubka
2022-10-11 12:09:46 +02:00
parent ed19b482cd
commit e99c684018
4 changed files with 130 additions and 108 deletions

View File

@ -37,6 +37,7 @@ import {
faEye,
faEyeSlash,
faExternalLinkAlt,
faCamera
} from '@fortawesome/free-solid-svg-icons'
import {
@ -78,6 +79,7 @@ library.add(
faEye,
faEyeSlash,
faExternalLinkAlt,
faCamera
);
Vue.component('font-awesome-icon', FontAwesomeIcon)