- route 401 redirection

- guest & user view consolidation
This commit is contained in:
Peter Papp
2021-03-16 15:53:34 +01:00
parent f142919cd1
commit 2c69553582
11 changed files with 105 additions and 377 deletions
+1
View File
@@ -59,6 +59,7 @@
chunkSize: {{ format_bytes(config('vuefilemanager.chunk_size')) }},
hasAuthCookie: {{ Cookie::has('token') ? 1 : 0 }},
isAuthenticated: {{ auth()->check() ? 1 : 0 }},
isSaaS: {{ isset($settings->license) && $settings->license === 'Extended' ? 1 : 0 }},
isDemo: {{ env('APP_DEMO') ? 1 : 0 }},