Minor tweak
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ function signup(connection) {
|
|||||||
}, (err, reply) => {
|
}, (err, reply) => {
|
||||||
//final check
|
//final check
|
||||||
if (err) {
|
if (err) {
|
||||||
res.write(`<p>Something went wrong (did you use a valid email?)</p>${err}`)
|
res.write(`<p>Something went wrong (did you use a valid email?)</p><p>${err}</p>`);
|
||||||
res.end();
|
res.end();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user