mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-20 04:24:46 -04:00
fix reset-password
This commit is contained in:
parent
f4b8da0a5c
commit
7276f34d90
3 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,7 @@ const { tcping, ping, dnsResolve, checkCertificate, checkStatusCode, getTotalCli
|
|||
const { R } = require("redbean-node");
|
||||
const { BeanModel } = require("redbean-node/dist/bean-model");
|
||||
const { Notification } = require("../notification");
|
||||
const { demoMode } = require("../server");
|
||||
const { demoMode } = require("../config");
|
||||
const version = require("../../package.json").version;
|
||||
const apicache = require("../modules/apicache");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue