This commit is contained in:
ntr
2018-09-15 15:00:42 +10:00
parent a68c2c31ab
commit 04a9765d3d
3 changed files with 55 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function send(msg) {
// Connection opened
ws.addEventListener('open', function (event) {
send({ method: 'user_create', params: { name: 'somebodyelse', password: 'grepgrepgrep' }});
send({ method: 'user_login', params: { name: 'somebodyelse', password: 'grepgrepgrep' }});
});
// Listen for messages