mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
ETAPI auth, spec improvements etc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const passwordService = require('../../services/password.js');
|
||||
const passwordService = require('../../services/password');
|
||||
|
||||
function changePassword(req) {
|
||||
if (passwordService.isPasswordSet()) {
|
||||
|
||||
Reference in New Issue
Block a user