Skip to content

Commit 31df7ef

Browse files
author
Andrew Wheeler(Genusis)
authored
Merge pull request #15 from ri-ch/main
Fix typo in error message
2 parents 68da974 + 2ffa4b6 commit 31df7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use thiserror::Error;
44
pub enum CsrfError {
55
#[error("Token could not be hashed.")]
66
PasswordHash,
7-
#[error("Verfication Failed")]
7+
#[error("Verification Failed.")]
88
Verify,
99
#[error("Could not Encode Salt.")]
1010
Salt,

0 commit comments

Comments
 (0)