fix(#I16TXU): 登陆认证接口调用记录登陆日志方法参数有误
#Issue link https://gitee.com/LongbowEnterprise/dashboard/issues?id=I16TXU
This commit is contained in:
parent
642616c424
commit
3aa8d0c326
|
@ -41,7 +41,7 @@ namespace Bootstrap.Admin.Controllers.Api
|
|||
{
|
||||
token = BootstrapAdminJwtTokenHandler.CreateToken(userName);
|
||||
}
|
||||
HttpContext.Log(userName, token != null);
|
||||
HttpContext.Log(userName, !string.IsNullOrEmpty(token));
|
||||
return token;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue