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'
}); });
}); });
@ -51,7 +51,7 @@
div.input_container > form > input, div.input_container > button { div.input_container > form > input, div.input_container > button {
margin: 10px; margin: 10px;
} }
</style> </style>
<div class="chat_container"> <div class="chat_container">
<div class="message_container"> <div class="message_container">
<!-- JS will push messages here --> <!-- JS will push messages here -->