Let users add a verified nostr pubkey to their account #101

Merged
raucao merged 14 commits from feature/98-nostr_nip05 into master 2023-06-16 13:04:24 +00:00
Showing only changes of commit 2cced696f5 - Show all commits

View File

@ -20,7 +20,9 @@ export default class extends Controller {
}
if (window.nostr) {
this.setPubkeyTarget.disabled = false
if (this.hasSetPubkeyTarget) {
this.setPubkeyTarget.disabled = false
}
} else {
this.noExtensionTarget.classList.remove("hidden")
}