From 622e0db3d76d0785d7e4c441488215059af68d55 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 18 Apr 2025 13:49:33 -0400 Subject: [PATCH] Better access denied warning message. --- src/routes/+layout.svelte | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6901ffd8..f836b9fb 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -599,8 +599,8 @@ $effect(() => { data-sveltekit-preload-data="false" class="flex flex-col items-center justify-center h-full max-w-lg mx-auto space-y-4" > -

Access Denied

-

You do not have access to this site. You may need a passcode, sign in link, and or URL site key.

+

Access Denied

+

You do not have access to this site. You may need a passcode, sign in link, and or URL site key.

+ + +
+

If you have tried the "Reload and Clear Cache" button, you may need to manually reload the page using your browser's reload button or by pressing Ctrl + R or Cmd + R.

+

This sometimes happens with new versions of the app or when in an iframe.

+
{/if}