We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b82239 commit 8070979Copy full SHA for 8070979
README.md
@@ -45,6 +45,6 @@ public string HashPassword(string password)
45
46
public bool VerifyPassword(string hash, string password)
47
{
48
- return Crypto.HashPassword(hash, password);
+ return Crypto.VerifyHashedPassword(hash, password);
49
}
50
```
0 commit comments