unclebob / more-speech

A Nostr browser in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entering Existing Private Key Error

nisfeb opened this issue · comments

When entering an existing private key I get an error that says About: Gosh, at least say hi. This appears to be an error message, as the result is that the private key is not applied to the settings. I confirmed that both the nsec and npub derived from the key are correct, so I don't think is the result of a bad key.

This is because there is a line that checks the About field and errors if it is empty regardless of whether other fields have changed. Setting anything in About gets right around this error message and applies the private key.

(do (alert "About: Gosh, at least say hi.") false)