Skip to content
代码片段 群组 项目
未验证 提交 a8a454cf 编辑于 作者: William Godbe's avatar William Godbe 提交者: GitHub
浏览文件

Merged PR 15469: Clean up logging (#35241)


Clean up logging

Co-authored-by: default avatarHao Kung <haok@microsoft.com>
上级 fa9dd9c5
No related branches found
No related tags found
无相关合并请求
......@@ -181,7 +181,7 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
}
return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
}
catch (Exception ex)
{
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册