From bac23a846565c91e6f10f14f4d8daf6ccaa19711 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:44:39 -0700 Subject: [PATCH] fix(webui): use text type for email input (#2910) We don't need the browser to validate the input because the game accepts emails with nothing before the @ which the browser may not. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2910 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- static/webui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/index.html b/static/webui/index.html index cbaa4041..5486b6d1 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -83,7 +83,7 @@