mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Fixed typo
This commit is contained in:
parent
403202d4d4
commit
59cccf8c50
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const gracefulShutdown = require("http-graceful-shutdown");
|
|||
debug("Importing prometheus-api-metrics");
|
||||
const prometheusAPIMetrics = require("prometheus-api-metrics");
|
||||
|
||||
debug("2FA Modules");
|
||||
debug("Importing 2FA Modules");
|
||||
const notp = require("notp");
|
||||
const base32 = require("thirty-two");
|
||||
|
||||
|
|
Loading…
Reference in a new issue