Fix #82 - Add a proxy logout URL and skip auto lock when it is not set

This commit is contained in:
Bubka
2022-05-16 22:55:50 +02:00
parent 1aedf4a5c9
commit 6ef67fbc64
6 changed files with 23 additions and 6 deletions

1
resources/js/app.js vendored
View File

@@ -16,6 +16,7 @@ const app = new Vue({
el: '#app',
data: {
appSettings: window.appSettings,
appConfig: window.appConfig,
isDemoApp: window.isDemoApp
},
i18n,