2
0
Эх сурвалжийг харах

Fix summary comment (#23702)

It seems like this should say "locked out", rather than "logged out".
Steve Gordon 5 жил өмнө
parent
commit
f83ce075ca

+ 2 - 2
src/Identity/Extensions.Core/src/SignInResult.cs

@@ -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
 			       Succeeded ? "Succeeded" : "Failed";
 			       Succeeded ? "Succeeded" : "Failed";
         }
         }
     }
     }
-}
+}