@konemono/nostr-login 1.10.9 → 1.10.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konemono/nostr-login",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "description": "",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
package/src/index.ts CHANGED
@@ -148,6 +148,7 @@ export class NostrLoginInitializer {
148
148
 
149
149
  this.bannerManager.on('cancelTimeout', () => {
150
150
  this.authNostrService.cancelSignerInit();
151
+ this.bannerManager.onCallEnd();
151
152
  });
152
153
  }
153
154