1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
This commit is contained in:
Martin McKeaveney 2020-01-23 10:48:46 +00:00
parent 9cc671325c
commit bacd4656e3

View file

@ -8,7 +8,6 @@ function verify(password, hash) {
return bcrypt.compareSync(password, hash);
}
export default {
hash, verify
};