chore: 调试
This commit is contained in:
parent
15c3a1f0ac
commit
dfab6991e0
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user