mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 01:19:49 +02:00
Add a reset command to set up a Testing app with data (like Demo)
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@@ -17,7 +17,8 @@ const app = new Vue({
|
||||
data: {
|
||||
appSettings: window.appSettings,
|
||||
appConfig: window.appConfig,
|
||||
isDemoApp: window.isDemoApp
|
||||
isDemoApp: window.isDemoApp,
|
||||
isTestingApp: window.isTestingApp
|
||||
},
|
||||
i18n,
|
||||
router,
|
||||
|
Reference in New Issue
Block a user