Minor tweak

This commit is contained in:
2019-05-09 09:25:45 +10:00
parent b023c74495
commit bbecd3e3bf
+1 -1
View File
@@ -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;
} }