diff --git a/src/routes/(auth)/oauth/callback/+page.svelte b/src/routes/(auth)/oauth/callback/+page.svelte index 097a332..13ef050 100644 --- a/src/routes/(auth)/oauth/callback/+page.svelte +++ b/src/routes/(auth)/oauth/callback/+page.svelte @@ -17,14 +17,14 @@ setTimeout(() => { showError = true; - }, 3000); + }, 5000); } }); -{#if user.isInitializing || !showError} +{#if !showError}
Loading...
-{:else if showError} +{:else}
There was an error signing you in, please go back to the