The problem here is that the user visited njump.me to learn more about Nostr and then pressed "Join Nostr" from this page; this resets the calling app refer, and so it got the standard registration path.
Currently Nstart uses session storage to be sure the key is wiped ASAP after the workflow finishes, so it's tab specific. I could evaluate to migrate to localstorage only these additional settings, but then the user could be trapped in some old workflow and I should offer him the possibility to reset the procedure.
Probably the easiest solution is to remove the external link when Nstart is used by a third app, to create a direct path without distraction. What do you think?


