登录界面问题修复
This commit is contained in:
@@ -7,7 +7,7 @@ local function login()
|
||||
LOG.print(text.noPassword)return
|
||||
end
|
||||
USER.email=email
|
||||
WS.send("user",JSON.encode{
|
||||
WS.connect("user","/user",JSON.encode{
|
||||
email=email,
|
||||
password=password,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user