Skip to content

Commit 2966634

Browse files
Update index.html
1 parent 39c4a71 commit 2966634

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,6 @@ <h2>Global Room</h2>
340340
const user = data.user;
341341
if (!user) return setMsg("Signup succeeded, but no user was returned.");
342342

343-
const { error: profileError } = await supabaseClient.from("profiles").insert({
344-
id: user.id,
345-
username
346-
});
347-
348343
if (profileError && !profileError.message.includes("duplicate")) {
349344
return setMsg(profileError.message);
350345
}

0 commit comments

Comments
 (0)