"use server"
export async function signInWithGoogle() {
const supabase = await createClient();
const { data, error } = await supabase.auth.signInWithOAuth({
provider: "google",
options: {
redirectTo: https://chatify.fr/auth/callback`,https://chatify.fr/auth/callback,

