renderAccount: return the unverified nip05 raw value
This commit is contained in:
parent
75c277e7e8
commit
4dd527474c
|
@ -66,7 +66,7 @@ async function renderAccount(
|
||||||
sensitive: false,
|
sensitive: false,
|
||||||
follow_requests_count: 0,
|
follow_requests_count: 0,
|
||||||
nostr: {
|
nostr: {
|
||||||
nip05: parsed05?.value,
|
nip05,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
|
|
Loading…
Reference in New Issue