1 parent 39c4a71 commit 2966634Copy full SHA for 2966634
1 file changed
index.html
@@ -340,11 +340,6 @@ <h2>Global Room</h2>
340
const user = data.user;
341
if (!user) return setMsg("Signup succeeded, but no user was returned.");
342
343
- const { error: profileError } = await supabaseClient.from("profiles").insert({
344
- id: user.id,
345
- username
346
- });
347
-
348
if (profileError && !profileError.message.includes("duplicate")) {
349
return setMsg(profileError.message);
350
}
0 commit comments