|
@@ -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";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|