tidy up
This commit is contained in:
parent
9cc671325c
commit
bacd4656e3
|
@ -8,7 +8,6 @@ function verify(password, hash) {
|
|||
return bcrypt.compareSync(password, hash);
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
hash, verify
|
||||
};
|
Loading…
Reference in New Issue