登录界面问题修复

This commit is contained in:
MrZ626
2021-03-28 00:52:59 +08:00
parent 4207d1b03f
commit 2f8f272894

View File

@@ -7,7 +7,7 @@ local function login()
LOG.print(text.noPassword)return LOG.print(text.noPassword)return
end end
USER.email=email USER.email=email
WS.send("user",JSON.encode{ WS.connect("user","/user",JSON.encode{
email=email, email=email,
password=password, password=password,
}) })