const { data: { user } } = await supabaseClient.auth.getUser()
if(!user){ window.location=”/login/” }