Fixing nightly SSO openid build

This commit is contained in:
Frikky
2024-10-22 11:19:15 +02:00
parent bcc16ab864
commit 8c91af54fa
2 changed files with 2 additions and 2 deletions
@@ -312,7 +312,7 @@ const ConfigureWorkflow = (props) => {
}
}
if (action.authentication_id === "" && app.authentication.required === true && action.parameters !== undefined && action.parameters !== null) {
if (action?.authentication_id === "" && app?.authentication?.required === true && action.parameters !== undefined && action.parameters !== null) {
// Check if configuration is filled or not
var filled = true;
for (let [key,keyval] in Object.entries(action.parameters)) {