data-debug-fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user