From 804c52a93ffdebbbf21dbdc7affd48122ee26c4b Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:11:27 +0200 Subject: [PATCH] fix(webui): use text type for email input We don't need the browser to validate the input because the game accepts emails with nothing before the @ which the browser may not. --- 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 @@

- +