452424
This commit is contained in:
@@ -39,6 +39,11 @@ namespace Application.Web.Controllers.Pub
|
||||
account = await _accountService.GetAccInfoByToken(sid);
|
||||
if (account != null)
|
||||
{
|
||||
account.pwd = "";
|
||||
account.npwd = "";
|
||||
account.token = "";
|
||||
account.openId = "";
|
||||
|
||||
isOnline = true;
|
||||
userData = await _userService.GetUserDataByAccId(account.accId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user