Merge branch 'main' into 1.4.0

This commit is contained in:
Frikky
2024-05-22 02:28:22 +02:00
committed by GitHub
13 changed files with 252 additions and 135 deletions
+5
View File
@@ -362,6 +362,11 @@ const AuthenticationOauth2 = (props) => {
}
}
let workflowIdNew = ""
if (workflow !== undefined && workflow !== null && workflow.id !== undefined && workflow.id !== null) {
workflowIdNew = workflow.id
}
const appAuthData = {
"label": "OAuth2 for " + selectedApp.name,
"app": {