mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 01:46:03 +02:00
Add a reset command to set up a Testing app with data (like Demo)
This commit is contained in:
@@ -38,6 +38,7 @@ class SinglePageController extends Controller
|
||||
])->toJson(),
|
||||
'lang' => App::currentLocale(),
|
||||
'isDemoApp' => config("2fauth.config.isDemoApp") ? 'true' : 'false',
|
||||
'isTestingApp' => config("2fauth.config.isTestingApp") ? 'true' : 'false',
|
||||
'locales' => collect(config("2fauth.locales"))->toJson()
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user