diff --git a/src/routes/(public)/auth/preview/access/+page.svelte b/src/routes/(public)/auth/preview/access/+page.svelte index 779c3db6c..f69f3783f 100644 --- a/src/routes/(public)/auth/preview/access/+page.svelte +++ b/src/routes/(public)/auth/preview/access/+page.svelte @@ -121,14 +121,15 @@ {#if state === 'authenticated'} - Request access to view this preview. You'll gain access once your request is approved. + Access is required to view this preview. You'll be able to see it once an admin invites + you to the organization. {/if}
@@ -225,21 +226,23 @@ {data.account.email} - { - logout(false); - state = 'login'; - }}>Switch account +
+ { + logout(false); + state = 'login'; + }}>Switch account +
{/if}
- +