Changed Username

This commit is contained in:
Arne van Iterson 2019-08-22 15:56:03 +02:00
parent 1b3bc22a65
commit 7498b550db

View File

@ -13,7 +13,7 @@
// Wait for server response and identify client // Wait for server response and identify client
socket.on('user_identify', function(){ socket.on('user_identify', function(){
socket.emit('user_login', { socket.emit('user_login', {
'username': 'Bart', 'username': 'BUUUUUUUUUURTE',
'mailHash': '289e66591abdb9c2d4cb15517f0fd8d8' 'mailHash': '289e66591abdb9c2d4cb15517f0fd8d8'
}); });
}); });