mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Correct typo in 363e168561
.
This commit is contained in:
parent
e0d23e3c5d
commit
9837cda257
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ function hash(password, salt)
|
||||||
|
|
||||||
function generateSalt()
|
function generateSalt()
|
||||||
{
|
{
|
||||||
return randomstring(86);
|
return randomString(86);
|
||||||
}
|
}
|
||||||
|
|
||||||
function compare(hashStr, password)
|
function compare(hashStr, password)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue