From 5343f769fcc6d600b47f052524d4dff603ecd788 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sun, 18 Feb 2024 22:21:17 +0100 Subject: [PATCH] feat: dynamic tab selection based on URL parameter --- src/routes/(auth)/auth/+page.svelte | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/routes/(auth)/auth/+page.svelte b/src/routes/(auth)/auth/+page.svelte index 5f9a89b..40ceb44 100644 --- a/src/routes/(auth)/auth/+page.svelte +++ b/src/routes/(auth)/auth/+page.svelte @@ -1,4 +1,5 @@
@@ -74,7 +81,7 @@
- +
+

+ Don't have an account? Register.
+ Forgot password? Reset password. +

{#if providers.length}
{/if} - -

- Don't have an account? Sign up.
- Forgot password? Reset password. -