This commit is contained in:
MTG2000
2022-08-08 21:20:57 +03:00
parent a607d0cee3
commit 69e3c84d01

View File

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