From bcb2ba0b1b933b09a846d85988af811b0d5c439d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Jun 2021 10:44:08 +0200 Subject: [PATCH] Fix Get Started button --- src/routes/index.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 9b3a40c16..ee18285f7 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -63,7 +63,7 @@ & Netlify alternative {#if loading} - + {:else}
{#if !$session.isLoggedIn} @@ -100,7 +100,9 @@ {:else} + $settings.clientId ? goto('/dashboard/applications') : goto('/dashboard/services')} + >Get Started {/if}