We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06405e commit 7347c4dCopy full SHA for 7347c4d
index.js
@@ -10,7 +10,7 @@ const server = http.createServer()
10
const app = express(server)
11
const bareServer = createBareServer('/v/')
12
const PORT = 8080
13
-if (config.passwordProtect === true) {
+if (config.passwordProtect) {
14
console.log("Password protection is enabled. Username is 'interstellar'.")
15
console.log("Password is: " + config.password)
16
app.use(basicAuth({
0 commit comments