mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
small refactorings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const passwordService = require('../../services/password');
|
||||
const passwordService = require('../../services/encryption/password');
|
||||
const ValidationError = require("../../errors/validation_error");
|
||||
|
||||
function changePassword(req) {
|
||||
|
||||
Reference in New Issue
Block a user