This commit is contained in:
Martin McKeaveney 2020-01-23 10:48:46 +00:00
parent 9cc671325c
commit bacd4656e3
1 changed files with 0 additions and 1 deletions

View File

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