Debug register + default accounts created
This commit is contained in:
parent
817d253147
commit
87d97cf4fa
3 changed files with 13 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ async function register(req,res) {
|
|||
|
||||
const register = await queries.register(req.body.login, req.body.password);
|
||||
if (register){
|
||||
console.log('Register : '+req.body.login);
|
||||
return sendMessage(res, null);
|
||||
}
|
||||
else{
|
||||
|
|
|
|||
Reference in a new issue