diff --git a/web/frontend/src/Config.root.svelte b/web/frontend/src/Config.root.svelte
index dc45491..126f92b 100644
--- a/web/frontend/src/Config.root.svelte
+++ b/web/frontend/src/Config.root.svelte
@@ -3,6 +3,7 @@
Properties:
- `ìsAdmin Bool!`: Is currently logged in user admin authority
+ - `isSupport Bool!`: Is currently logged in user support authority
- `isApi Bool!`: Is currently logged in user api authority
- `username String!`: Empty string if auth. is disabled, otherwise the username as string
-->
@@ -10,15 +11,17 @@
-{#if isAdmin == true}
+{#if isAdmin}