diff options
Diffstat (limited to 'src/app/context/auth.tsx')
| -rw-r--r-- | src/app/context/auth.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
