mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-14 11:33:49 +00:00
refactor(#29): remove unused url
Removing as new MagicLink component doesnt need the prop
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import MagicLink from '$lib/components/MagicLink.svelte';
|
||||
|
||||
export let data;
|
||||
let { supabase, session, url } = data;
|
||||
$: ({ supabase, session, url } = data);
|
||||
let { supabase, session } = data;
|
||||
$: ({ supabase, session } = data);
|
||||
</script>
|
||||
|
||||
{#if session !== null}
|
||||
|
||||
Reference in New Issue
Block a user