mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
small refactorings
This commit is contained in:
@@ -4,9 +4,9 @@ const etapiTokenService = require("./etapi_tokens");
|
||||
const log = require('./log');
|
||||
const sqlInit = require('./sql_init');
|
||||
const utils = require('./utils');
|
||||
const passwordEncryptionService = require('./password_encryption');
|
||||
const passwordEncryptionService = require('./encryption/password_encryption');
|
||||
const config = require('./config');
|
||||
const passwordService = require("./password");
|
||||
const passwordService = require("./encryption/password");
|
||||
|
||||
const noAuthentication = config.General && config.General.noAuthentication === true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user