From 06dd832ada72ede107eb64a3153dc174e40009d2 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 30 Nov 2025 22:26:25 -0800 Subject: [PATCH] add AuthCard component for auth pages --- src/lib/components/auth/AuthCard.svelte | 68 +++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/lib/components/auth/AuthCard.svelte diff --git a/src/lib/components/auth/AuthCard.svelte b/src/lib/components/auth/AuthCard.svelte new file mode 100644 index 00000000..627804f9 --- /dev/null +++ b/src/lib/components/auth/AuthCard.svelte @@ -0,0 +1,68 @@ + + +
+

{title}

+
+ {@render children()} +
+ {#if footer} + + {/if} +
+ +