This commit is contained in:
MTG2000
2022-08-08 21:20:31 +03:00
parent 8d0fe7eaf7
commit a607d0cee3

View File

@@ -22,6 +22,7 @@ const loginHandler = async (req, res) => {
try {
await LnurlAuthService.verifySig(sig, k1, key)
} catch (error) {
console.log(error);
return res.status(400).json({ status: 'ERROR', reason: 'Invalid Signature' })
}