整理网络和用户相关代码

This commit is contained in:
MrZ626
2021-03-30 12:46:58 +08:00
parent 1af58efad5
commit ef64e0f6ef
3 changed files with 16 additions and 11 deletions

View File

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