mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
accounts: nostr.npub -> nostr.pubkey
This commit is contained in:
parent
45e1762b50
commit
b867f6c33c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ async function renderAccount(
|
|||
is_moderator: user?.admin || false,
|
||||
},
|
||||
nostr: {
|
||||
npub,
|
||||
pubkey,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue