Message on stir if no password provided

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-15 13:23:10 +02:00
parent 4bfce334b9
commit 1c1a63be69

View File

@@ -439,7 +439,8 @@ io.on('connection', function(socket){
sort_list(coll, undefined, false, true);
}
};
}
}else
socket.emit("toast", "wrongpass");
});
socket.on('disconnect', function()