mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-29 02:54:19 +01:00
Fix lnurl auth bug
This commit is contained in:
committed by
Tony Giorgio
parent
38bafc4789
commit
51b802eb70
@@ -21,7 +21,7 @@ export default function LnUrlAuth() {
|
||||
e.preventDefault();
|
||||
|
||||
const lnurl = value().trim();
|
||||
await state.mutiny_wallet?.lnurl_auth(0, lnurl);
|
||||
await state.mutiny_wallet?.lnurl_auth(lnurl);
|
||||
|
||||
setValue("");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user