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 bcf222c commit 7e2aba8Copy full SHA for 7e2aba8
bin/codebox.js
@@ -67,8 +67,8 @@ program
67
});
68
})
69
.then(function(email) {
70
- var token = users[email] || Math.random().toString(36).substring(7);
71
- var url = "http://localhost/"+program.port;
+ var token = opts.users[email] || Math.random().toString(36).substring(7);
+ var url = "http://localhost/"+opts.port;
72
73
console.log("\nCodebox is running at", url);
74
0 commit comments