Skip to content

Commit

Permalink
Fix Client Init After Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cunningham committed Dec 18, 2019
1 parent 4578e17 commit 1bf416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ client.init = function init (callback) {
// auth failed, hide loader and request for key
$('#centerMessagePanel').hide();
client.hashauth.requestAuthentication(function afterRequest () {
client.init(null, callback);
client.init(callback);
});
}
});
Expand Down

0 comments on commit 1bf416c

Please sign in to comment.