frontend: Workload pages

This commit is contained in:
Frank Agerholm 2026-01-25 19:47:11 +01:00
commit 9eb9be7318
No known key found for this signature in database
8 changed files with 372 additions and 21 deletions

View file

@ -0,0 +1,3 @@
export function isUnauthorized(result: any) {
return result && result.unauthorized === true
}