Saving my work and trying something a little different. Using a number as the id instead of the email address. I feel like this will also cause issues.

This commit is contained in:
Scott Idem
2024-03-13 18:06:22 -04:00
parent 3c30664b2b
commit 3f664eb5c0
7 changed files with 613 additions and 94 deletions

View File

@@ -30,7 +30,7 @@ onMount(() => {
<svelte:head>
<title>Events Badges - {data.ae_loc.title}</title>
<title>Events Leads - {data.ae_loc.title}</title>
</svelte:head>