From 7f1b907fa0b559478f36e53422338068e6b56674 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 3 Jun 2026 14:57:48 -0600 Subject: [PATCH] can sign up with username instead of email on local network server --- src/app/LocalAuthPlaceholder.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/LocalAuthPlaceholder.tsx b/src/app/LocalAuthPlaceholder.tsx index 8c36633..91f11b3 100644 --- a/src/app/LocalAuthPlaceholder.tsx +++ b/src/app/LocalAuthPlaceholder.tsx @@ -102,8 +102,8 @@ export default function LocalAuthPlaceholder(props: Props) { /> )} setEmail(e.target.value)} required