We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787137c commit d9cfc7bCopy full SHA for d9cfc7b
src/Buttercup.Security/IPasswordAuthenticationService.cs
@@ -10,7 +10,7 @@ namespace Buttercup.Security;
10
public interface IPasswordAuthenticationService
11
{
12
/// <summary>
13
- /// Authenticate a user with an email address and password.
+ /// Authenticates a user with an email address and password.
14
/// </summary>
15
/// <param name="email">
16
/// The email address.
0 commit comments