aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/context/auth.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/context/auth.tsx')
-rw-r--r--src/app/context/auth.tsx1
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,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage