This commit is contained in:
2026-08-18 13:34:24 +00:00
parent 366eadb9d2
commit 48ef285456
4 changed files with 9 additions and 9 deletions
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.guardPage",
"name": "guardPage",
"pageId": "Login",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
"runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": true
}
}
+3 -3
View File
@@ -7,11 +7,11 @@
"unpublishedModuleInstance": {
"contextType": "PAGE",
"inputs": {
"checkReturningFromLogin": "[]",
"checkReturningFromLogin": "[\"Start\"]",
"clearSession": "[]",
"guardPage": "[]",
"guardPage": "[\"Login\"]",
"isLoggedIn": "[]",
"login": "[]",
"login": "[\"app-hub\"]",
"logout": "[]"
},
"moduleInputs": {
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin",
"name": "checkReturningFromLogin",
"pageId": "Start",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
"runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": true
}
}
+2 -2
View File
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.login",
"name": "login",
"pageId": "Start",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
"runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": true
}
}