mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Add auto-lock option
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -1,4 +1,5 @@
|
||||
import Vue from 'vue'
|
||||
import mixins from './mixins'
|
||||
import router from './routes'
|
||||
import api from './api'
|
||||
import i18n from './langs/i18n'
|
||||
@ -6,7 +7,6 @@ import FontAwesome from './packages/fontawesome'
|
||||
import Clipboard from './packages/clipboard'
|
||||
import QrcodeReader from './packages/qrcodeReader'
|
||||
import Notifications from 'vue-notification'
|
||||
import App from './components/App'
|
||||
|
||||
import './components'
|
||||
|
||||
@ -17,7 +17,6 @@ const app = new Vue({
|
||||
data: {
|
||||
appSettings: window.appSettings
|
||||
},
|
||||
components: { App },
|
||||
i18n,
|
||||
router,
|
||||
});
|
Reference in New Issue
Block a user