mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
🎨 Support LiuYun account login https://github.com/siyuan-note/siyuan/issues/8578
This commit is contained in:
parent
5f13dea7af
commit
e88ee6b2b8
3 changed files with 2 additions and 3 deletions
|
|
@ -582,7 +582,6 @@ func Login(userName, password, captcha string, cloudRegion int) (ret *gulu.Resul
|
|||
ret.Msg = Conf.Language(18) + ": " + err.Error()
|
||||
return
|
||||
}
|
||||
logging.LogInfof(resp.Status)
|
||||
ret = &gulu.Result{
|
||||
Code: int(result["code"].(float64)),
|
||||
Msg: result["msg"].(string),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue