Skip to content

Commit f83ce07

Browse files
authored
Fix summary comment (#23702)
It seems like this should say "locked out", rather than "logged out".
1 parent 763a18e commit f83ce07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/Extensions.Core/src/SignInResult.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class SignInResult
5252

5353
/// <summary>
5454
/// Returns a <see cref="SignInResult"/> that represents a sign-in attempt that failed because
55-
/// the user was logged out.
55+
/// the user was locked out.
5656
/// </summary>
5757
/// <returns>A <see cref="SignInResult"/> that represents sign-in attempt that failed due to the
5858
/// user being locked out.</returns>
@@ -86,4 +86,4 @@ public override string ToString()
8686
Succeeded ? "Succeeded" : "Failed";
8787
}
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)