This commit is contained in:
2026-08-20 13:23:07 +00:00
parent 0716fb0330
commit 573684d7b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"clearSession": "[]", "clearSession": "[]",
"guardPage": "[\"Login\"]", "guardPage": "[\"Login\"]",
"isLoggedIn": "[]", "isLoggedIn": "[]",
"login": "[\"app-hub\"]", "login": "[\"app-hub\",\"Start\"]",
"logout": "[]" "logout": "[]"
}, },
"moduleInputs": { "moduleInputs": {
+2 -2
View File
@@ -7,11 +7,11 @@
"unpublishedModuleInstance": { "unpublishedModuleInstance": {
"contextType": "PAGE", "contextType": "PAGE",
"inputs": { "inputs": {
"checkReturningFromLogin": "[\"\"]", "checkReturningFromLogin": "[\"Login\"]",
"clearSession": "[]", "clearSession": "[]",
"guardPage": "[\"Login\"]", "guardPage": "[\"Login\"]",
"isLoggedIn": "[]", "isLoggedIn": "[]",
"login": "[\"app-hub\"]", "login": "[\"app-hub\",\"Start\"]",
"logout": "[]" "logout": "[]"
}, },
"moduleInputs": { "moduleInputs": {