We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763a18e commit f83ce07Copy full SHA for f83ce07
src/Identity/Extensions.Core/src/SignInResult.cs
@@ -52,7 +52,7 @@ public class SignInResult
52
53
/// <summary>
54
/// Returns a <see cref="SignInResult"/> that represents a sign-in attempt that failed because
55
- /// the user was logged out.
+ /// the user was locked out.
56
/// </summary>
57
/// <returns>A <see cref="SignInResult"/> that represents sign-in attempt that failed due to the
58
/// user being locked out.</returns>
@@ -86,4 +86,4 @@ public override string ToString()
86
Succeeded ? "Succeeded" : "Failed";
87
}
88
89
-}
+}
0 commit comments