This commit is contained in:
Michael Dausmann
2023-01-02 16:51:07 +11:00
parent 6632e707ce
commit 4b77fe8d46

View File

@@ -7,14 +7,6 @@ async function signout() {
const { error } = await supabase.auth.signOut() const { error } = await supabase.auth.signOut()
navigateTo('/'); navigateTo('/');
} }
// onMounted(() => {
// watchEffect(() => {
// if(user.value) {
// console.log('user now has a value');
// }
// })
// })
</script> </script>
<template> <template>