Fix login
This commit is contained in:
parent
216030710a
commit
56b72071ec
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "A web IRC client",
|
"description": "A web IRC client",
|
||||||
"version": "0.30.2",
|
"version": "0.30.3",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -116,6 +116,7 @@ function auth(data) {
|
|||||||
token = client.token;
|
token = client.token;
|
||||||
}
|
}
|
||||||
init(socket, client, token);
|
init(socket, client, token);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (!success) {
|
if (!success) {
|
||||||
|
Loading…
Reference in New Issue
Block a user