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