Compare commits

...
1 Commits
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ function isExpectedSignerCapabilityError(method, error) {
function tryRegisterActiveSigningPort() {
if (!ndkWorker?.port) return;
try {
const auth = window?.NOSTR_LOGIN_LITE?.getAuthState?.() || window?.nostr?.authState || null;
const auth = window?.nostr?.authState || window?.NOSTR_LOGIN_LITE?.getAuthState?.() || null;
if (auth?.method === 'nsigner' && auth?.signer?.driver) {
ndkWorker.port.postMessage({ type: 'setActiveSigningPort' });
}
+3 -3
View File
@@ -1,5 +1,5 @@
{
"VERSION": "v0.7.13",
"VERSION_NUMBER": "0.7.13",
"BUILD_DATE": "2026-05-27T19:27:24.421Z"
"VERSION": "v0.7.14",
"VERSION_NUMBER": "0.7.14",
"BUILD_DATE": "2026-05-27T19:48:34.590Z"
}