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

Fix summary comment (#23702)

It seems like this should say "locked out", rather than "logged out".
上级 763a18ee
No related branches found
No related tags found
无相关合并请求
...@@ -52,7 +52,7 @@ namespace Microsoft.AspNetCore.Identity ...@@ -52,7 +52,7 @@ namespace Microsoft.AspNetCore.Identity
/// <summary> /// <summary>
/// Returns a <see cref="SignInResult"/> that represents a sign-in attempt that failed because /// Returns a <see cref="SignInResult"/> that represents a sign-in attempt that failed because
/// the user was logged out. /// the user was locked out.
/// </summary> /// </summary>
/// <returns>A <see cref="SignInResult"/> that represents sign-in attempt that failed due to the /// <returns>A <see cref="SignInResult"/> that represents sign-in attempt that failed due to the
/// user being locked out.</returns> /// user being locked out.</returns>
...@@ -86,4 +86,4 @@ namespace Microsoft.AspNetCore.Identity ...@@ -86,4 +86,4 @@ namespace Microsoft.AspNetCore.Identity
Succeeded ? "Succeeded" : "Failed"; Succeeded ? "Succeeded" : "Failed";
} }
} }
} }
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册