mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-01 21:44:25 +01:00
add logs
This commit is contained in:
@@ -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' })
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user