rename npub to pubkey
This commit is contained in:
parent
8ebdae9459
commit
8ba6472525
2 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ async function completeNostrChallenge(
|
|||
'uuid': uuid.v7(),
|
||||
challenge: challenge,
|
||||
signed_event: signedEvent,
|
||||
public_key: signedEvent.pubkey,
|
||||
created_at: new Date().toISOString()
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue