pw return

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 23:08:44 +02:00
parent da249788f8
commit ecd0dd1708

View File

@@ -226,6 +226,7 @@ io.on('connection', function(socket){
socket.emit("pw", pw); socket.emit("pw", pw);
}) })
} }
socket.emit("toast", "wrongpass");
}); });
}); });