diff --git a/ui/noogle/src/components/Login.vue b/ui/noogle/src/components/Login.vue
index 9d2a5e7..d8e4cc9 100644
--- a/ui/noogle/src/components/Login.vue
+++ b/ui/noogle/src/components/Login.vue
@@ -93,7 +93,7 @@
Nostr Wallet Connect
- Manually connect with any NWC string
+ Manually connect with NWC string
diff --git a/ui/noogle/src/components/helper/Zap.vue b/ui/noogle/src/components/helper/Zap.vue
index 3abc452..c2beb03 100644
--- a/ui/noogle/src/components/helper/Zap.vue
+++ b/ui/noogle/src/components/helper/Zap.vue
@@ -7,6 +7,8 @@ import {EventBuilder, EventId, PublicKey, Tag} from "@rust-nostr/nostr-sdk";
import {bech32} from "bech32";
import {webln} from "@getalby/sdk";
+import amberSignerService from "@/components/android-signer/AndroidSigner";
+
@@ -224,6 +226,7 @@ export async function zap_lud16(lud16, eventid, authorid){
}
}
catch(error){
+
console.log("ZAP REQUEST: " + error)
}