From 25a3f7241771e3d59dcd878c751ffc99046af652 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 22 Jan 2022 00:29:24 +0000 Subject: [PATCH] Switch back to Input for username --- webclient/src/LoginSignup.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/webclient/src/LoginSignup.js b/webclient/src/LoginSignup.js index ca631bb..93679f4 100644 --- a/webclient/src/LoginSignup.js +++ b/webclient/src/LoginSignup.js @@ -181,10 +181,15 @@ export function SignupForm(props) { } {!!genUsername() && -
- -

{genUsername()}

-
+ + + }