accounts: nostr.npub -> nostr.pubkey

This commit is contained in:
Alex Gleason 2024-03-12 16:32:43 -05:00
parent 45e1762b50
commit b867f6c33c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ async function renderAccount(
is_moderator: user?.admin || false, is_moderator: user?.admin || false,
}, },
nostr: { nostr: {
npub, pubkey,
}, },
}; };
} }