Signs out the current user, if there is a logged in user.
signOut()
Whether to sign out from all devices or just the current device. Defaults to `SignOutScope.local`.
await supabase.auth.signOut();