Fix login

This commit is contained in:
Mattias Erming 2014-09-16 10:42:49 -07:00
parent 216030710a
commit 56b72071ec
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.30.2",
"version": "0.30.3",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {

View File

@ -116,6 +116,7 @@ function auth(data) {
token = client.token;
}
init(socket, client, token);
return false;
}
});
if (!success) {