From e342cfabd7d7239e54f60216a4eab45740fe9aac Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 22 Jun 2026 18:33:33 -0700 Subject: show song category on main page --- src/app/context/auth.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app/context') diff --git a/src/app/context/auth.tsx b/src/app/context/auth.tsx index 934198e..da1ab04 100644 --- a/src/app/context/auth.tsx +++ b/src/app/context/auth.tsx @@ -48,7 +48,6 @@ export function AuthProvider({ children }: { children: React.ReactNode }) { const normalizedUsername = username.trim(); await pb.collection("users").create({ email, - username: normalizedUsername, name: normalizedUsername, password, passwordConfirm, -- cgit v1.2.3