Add logging for registration data in registrieren function
This commit is contained in:
parent
65a1ce3d7c
commit
2b49875f21
@ -50,7 +50,7 @@ async function registrieren(config, agrarmonitorId, pcName) {
|
|||||||
name: pcName,
|
name: pcName,
|
||||||
nonce: nonce
|
nonce: nonce
|
||||||
};
|
};
|
||||||
|
console.log(`📦 Registrierungsdaten: ${JSON.stringify(postRegister)}`);
|
||||||
const payload = JSON.stringify(postRegister);
|
const payload = JSON.stringify(postRegister);
|
||||||
|
|
||||||
const registerResponse = await axios.post(
|
const registerResponse = await axios.post(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user