chore: 调试

This commit is contained in:
14790897 2024-03-07 16:11:38 +08:00
parent 15c3a1f0ac
commit dfab6991e0

View File

@ -18,7 +18,7 @@ export default async function AuthButton() {
} = await supabase.auth.getUser();
//profiles表 插入用户信息
await insertUserProfile(data, supabase);
console.log("user", user);
const signOut = async () => {
"use server";