mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-26 13:35:56 +00:00
blank line fixed
This commit is contained in:
parent
304d47ea3b
commit
2525899eac
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
const passwordHashOld = require("password-hash");
|
const passwordHashOld = require("password-hash");
|
||||||
const bcrypt = require("bcryptjs");
|
const bcrypt = require("bcryptjs");
|
||||||
|
|
||||||
|
|
||||||
const saltRounds = bcrypt.genSaltSync();
|
const saltRounds = bcrypt.genSaltSync();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -25,7 +23,6 @@ exports.verify = function (password, hash) {
|
||||||
return match;
|
return match;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the hash a SHA1 hash
|
* Is the hash a SHA1 hash
|
||||||
* @param {string} hash
|
* @param {string} hash
|
||||||
|
|
Loading…
Add table
Reference in a new issue