data-debug-fix
This commit is contained in:
parent
8a723309b4
commit
a96ab447b6
|
@ -17,6 +17,7 @@ const server = Server.configure({
|
||||||
connection.requiresAuthentication = true;
|
connection.requiresAuthentication = true;
|
||||||
},
|
},
|
||||||
onAuthenticate(data) {
|
onAuthenticate(data) {
|
||||||
|
console.debug(data)
|
||||||
if (!data.requestHeaders) {
|
if (!data.requestHeaders) {
|
||||||
console.error('Request headers not found');
|
console.error('Request headers not found');
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user