Show socketio error messages

This commit is contained in:
Dane Everitt 2017-11-18 16:50:08 -06:00
parent e6ab6de3e5
commit 897338bfa7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 12 additions and 0 deletions

View file

@ -51,6 +51,7 @@ trait JavascriptInjection
'uuidShort' => $server->uuidShort,
'daemonSecret' => $token,
],
'server_token' => $token,
'node' => [
'fqdn' => $server->node->fqdn,
'scheme' => $server->node->scheme,