frontend: Workload pages
This commit is contained in:
parent
c24a5ce480
commit
9eb9be7318
8 changed files with 372 additions and 21 deletions
3
frontend/app/utils/auth.ts
Normal file
3
frontend/app/utils/auth.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function isUnauthorized(result: any) {
|
||||
return result && result.unauthorized === true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue