diff --git a/ui/src/api/roles.ts b/ui/src/api/roles.ts index ef669d7..c128dbf 100644 --- a/ui/src/api/roles.ts +++ b/ui/src/api/roles.ts @@ -15,7 +15,7 @@ export async function getRoles(): Promise { if (res.ok) { return res.json() as Promise; } else { - console.error("Something went wrong approving the application") + console.error("Something went wrong") return []; } } diff --git a/ui/src/pages/ManageRoles.vue b/ui/src/pages/ManageRoles.vue index 323b4e4..fa3a0aa 100644 --- a/ui/src/pages/ManageRoles.vue +++ b/ui/src/pages/ManageRoles.vue @@ -138,136 +138,118 @@ onMounted(async () => { }) \ No newline at end of file