Fix login
This commit is contained in:
parent
216030710a
commit
56b72071ec
|
@ -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": {
|
||||
|
|
|
@ -116,6 +116,7 @@ function auth(data) {
|
|||
token = client.token;
|
||||
}
|
||||
init(socket, client, token);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
if (!success) {
|
||||
|
|
Loading…
Reference in New Issue