Paul
03/23/2022, 7:46 PM/
when using supabase.auth.signOut()
i can't find it in the docsNeedle
03/23/2022, 7:46 PM/title
command!
We have solved your problem?
Click the button below to archive it.Paul
03/23/2022, 7:48 PMconst {error} = await supabase.auth.signOut({
redirectTo: 'http://localhost:3000/',
})
garyaustin
03/23/2022, 7:53 PMNeedle
03/23/2022, 7:53 PMPaul
03/23/2022, 7:55 PMgaryaustin
03/23/2022, 7:59 PMfunction signOut() {
SBsignOut()
goto("/")
}
You can do that directly in javascript also.Paul
03/23/2022, 7:59 PM