Fix typo in bcrypt example
This commit is contained in:
parent
4622e5fc8e
commit
1288127d8e
@ -11,7 +11,7 @@
|
|||||||
-- >>> validatePassword password bcryptHash
|
-- >>> validatePassword password bcryptHash
|
||||||
-- >>> True
|
-- >>> True
|
||||||
-- >>> let otherPassword = B.pack "otherpassword"
|
-- >>> let otherPassword = B.pack "otherpassword"
|
||||||
-- >>> otherHash <- hashPassword 12 otherPasssword :: IO B.ByteString
|
-- >>> otherHash <- hashPassword 12 otherPassword :: IO B.ByteString
|
||||||
-- >>> validatePassword otherPassword otherHash
|
-- >>> validatePassword otherPassword otherHash
|
||||||
-- >>> True
|
-- >>> True
|
||||||
--
|
--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user