修复conf/account没改完导致账户信息存不上文件

This commit is contained in:
MrZ626
2020-12-16 00:35:10 +08:00
parent 13b176d515
commit 32b0937ad9
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ local function tick_httpREQ_newLogin(task)
LOG.print(text.loginSuccessed)
USER.email=res.email
USER.auth_token=res.auth_token
FILE.save(USER,"conf/account","q")
FILE.save(USER,"conf/user","q")
httpRequest(
TICK.httpREQ_getAccessToken,