cleanup
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user