How to change config os supabase auth signout to avoid automatic redirect to sign-out page?
code:
supabase.auth.signOut();
above code result to automatic redirect to sign-out in my nextjs app. and i want to redirect to my main homepage instead!
I’ve go over the docs, i’ve read online forums.
New contributor
Turing Vang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.