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} +
+ +