Skip to content

Commit 7347c4d

Browse files
committed
oops
1 parent d06405e commit 7347c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const server = http.createServer()
1010
const app = express(server)
1111
const bareServer = createBareServer('/v/')
1212
const PORT = 8080
13-
if (config.passwordProtect === true) {
13+
if (config.passwordProtect) {
1414
console.log("Password protection is enabled. Username is 'interstellar'.")
1515
console.log("Password is: " + config.password)
1616
app.use(basicAuth({

0 commit comments

Comments
 (0)