No longer send this data to client

This commit is contained in:
Daniel Lugo 2022-01-17 17:24:52 -04:00
parent d4dd47a334
commit 808959b845

View file

@ -472,11 +472,11 @@ module.exports = async (
}) })
} }
const authorizedDevice = await ECC.authorizeDevice({ await ECC.authorizeDevice({
deviceId, deviceId,
publicKey publicKey
}) })
return res.json(authorizedDevice) res.sendStatus(200)
} catch (err) { } catch (err) {
logger.error(err) logger.error(err)
return res.status(401).json({ return res.status(401).json({