mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Restore Demo flags
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -15,7 +15,8 @@ Vue.use(Notifications)
|
||||
const app = new Vue({
|
||||
el: '#app',
|
||||
data: {
|
||||
appSettings: window.appSettings
|
||||
appSettings: window.appSettings,
|
||||
isDemoApp: window.isDemoApp
|
||||
},
|
||||
i18n,
|
||||
router,
|
||||
|
Reference in New Issue
Block a user