Add npub to Account entity

This commit is contained in:
Alex Gleason 2024-02-13 20:23:33 -06:00
parent ca31341e04
commit 8d6f8e7d8d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ async function renderAccount(
is_admin: user?.admin || false,
is_moderator: user?.admin || false,
},
nostr: {
npub,
},
};
}