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:
@ -33,6 +33,7 @@ class SinglePageController extends Controller
|
||||
return view('landing')->with([
|
||||
'appSettings' => $this->settingService->all()->toJson(),
|
||||
'lang' => App::currentLocale(),
|
||||
'isDemoApp' => config("2fauth.config.isDemoApp") ? 'true' : 'false',
|
||||
'locales' => collect(config("2fauth.locales"))->toJson(),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user