diff --git a/src/routes/core/+layout.svelte b/src/routes/core/+layout.svelte index d7536117..1d6e4636 100644 --- a/src/routes/core/+layout.svelte +++ b/src/routes/core/+layout.svelte @@ -1,12 +1,26 @@ @@ -44,9 +58,20 @@ Lookups - {/if} - - {@render children?.()} - + + {@render children?.()} + + {:else} + + + + + Access Restricted + The area you are trying to access is reserved for system managers. If you believe you should have access, please sign in with an authorized account. + + Return Home + + + {/if} \ No newline at end of file
The area you are trying to access is reserved for system managers. If you believe you should have access, please sign in with an authorized account.