Fixed workflow UI bugs

This commit is contained in:
Frikky
2024-05-22 02:18:11 +02:00
parent fda26840f8
commit 6d2d05a00c
4 changed files with 27 additions and 11 deletions
+4 -1
View File
@@ -434,7 +434,7 @@ const Admin = (props) => {
const createAppAuthenticationGroup = (name, description, appAuthIds) => {
let app_auths = appAuthIds.map((appAuthId) => {
return { id: appAuthId };
});
})
fetch(globalUrl + "/api/v1/apps/authentication/group", {
method: "POST",
@@ -2090,6 +2090,9 @@ If you're interested, please let me know a time that works for you, or set up a
};
const getAppAuthenticationGroups = () => {
console.log("DEBUG: Skipping app auth group loading")
return
fetch(globalUrl + "/api/v1/apps/authentication/group", {
method: "GET",
headers: {