renderAccount: return the unverified nip05 raw value

This commit is contained in:
Alex Gleason 2024-03-25 12:32:15 -05:00
parent 75c277e7e8
commit 4dd527474c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ async function renderAccount(
sensitive: false,
follow_requests_count: 0,
nostr: {
nip05: parsed05?.value,
nip05,
},
}
: undefined,