mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
option names now follow camelCase
This commit is contained in:
@@ -33,7 +33,7 @@ async function login(req, res) {
|
||||
}
|
||||
|
||||
async function verifyPassword(guessedPassword) {
|
||||
const hashed_password = utils.fromBase64(await optionService.getOption('password_verification_hash'));
|
||||
const hashed_password = utils.fromBase64(await optionService.getOption('passwordVerificationHash'));
|
||||
|
||||
const guess_hashed = await myScryptService.getVerificationHash(guessedPassword);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user