修正merge

This commit is contained in:
MrZ626
2020-11-28 18:03:28 +08:00
parent 9c14005cde
commit f17724c7ef
3 changed files with 5 additions and 14 deletions

View File

@@ -157,7 +157,6 @@ function Tick.httpREQ_newLogin(data)
local success,content=json.decode(response.body)
if success then
LOG.print(text.loginSuccessed..": "..content.message)
local _success,_content=json.decode(data)
ACCOUNT.email=_content.email
ACCOUNT.auth_token=content.auth_token
FILE.save(ACCOUNT,"account","")