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

View File

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