finally put #3 to bed with state. also introduce email/password signup and login
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
|
||||
async function signout() {
|
||||
await supabase.auth.signOut();
|
||||
if(accountStore){
|
||||
accountStore.signout();
|
||||
}
|
||||
navigateTo('/', {replace: true});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user