feat: nip05 on profile page #21

Merged
verbiricha merged 2 commits from nip05 into main 2023-01-10 09:47:21 +00:00
3 changed files with 85 additions and 1 deletions

23
src/element/Nip05.css Normal file
View File

@ -0,0 +1,23 @@
.nip05 {
justify-content: flex-start;
align-items: center;
font-size: 14px;
margin: .2em 0;
}
.nip05 .nick {
color: #999;
}
.nip05 .domain {
color: #DDD;
}
.nip05 .badge {
margin-left: .2em;
}
.nip05 .error {
margin-top: .2em;
margin-left: .2em;
}

59
src/element/Nip05.js Normal file
View File

@ -0,0 +1,59 @@
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
import { useState, useEffect } from "react";
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
import { faCheck, faTriangleExclamation } from "@fortawesome/free-solid-svg-icons";
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
import './Nip05.css'
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const Nip05 = ({ nip05, pubkey }) => {
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const [nip05pubkey, setNip05pubkey] = useState()
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const [couldNotVerify, setCouldNotVerify] = useState(false)
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const isVerified = nip05pubkey === pubkey
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const [name, domain] = nip05.split('@')
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
const isDefaultUser = name === '_'
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
useEffect(() => {
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
setCouldNotVerify(false)
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
fetch(`https://${domain}/.well-known/nostr.json?name=${name}`)
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
.then((res) => res.json())
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
.then(({ names }) => {
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
if (names && names[name]) {
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
setNip05pubkey(names[name])
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
})
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
.catch((err) => {
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
setCouldNotVerify(true)
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
console.error("Couldn't verifiy nip05")
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
})
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
}, [nip05, name, domain])
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
return (
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<div className="flex nip05">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
{!isDefaultUser && <div className="nick">{name}</div>}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<div className="domain">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
{!isDefaultUser && '@'}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
{domain}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
</div>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
{isVerified && (
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:08:57 +00:00 (Migrated from github.com)
Review

If its not verified then we should show error right?

If its not verified then we should show error right?
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:09 +00:00 (Migrated from github.com)
Review
Screenshot 2023-01-10 at 07 19 08
<img width="282" alt="Screenshot 2023-01-10 at 07 19 08" src="https://user-images.githubusercontent.com/92299987/211476232-a81fca20-7a0b-4774-b914-8e449a3522c5.png">
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<span className="badge">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<FontAwesomeIcon
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
color={"green"}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
icon={faCheck}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
size="xs"
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
/>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
</span>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
)}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
{couldNotVerify && (
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<span className="error">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
<FontAwesomeIcon
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
color={"red"}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
icon={faTriangleExclamation}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
size="xs"
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
/>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
</span>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
)}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
</div>
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
)
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
}
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
export default Nip05
v0l commented 2023-01-09 22:06:20 +00:00 (Migrated from github.com)
Review

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l commented 2023-01-09 22:16:15 +00:00 (Migrated from github.com)
Review
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha commented 2023-01-10 06:19:45 +00:00 (Migrated from github.com)
Review

Good point, done.

Good point, done.
verbiricha commented 2023-01-10 06:20:50 +00:00 (Migrated from github.com)
Review

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">

View File

@ -13,6 +13,7 @@ import { extractLnAddress, parseId } from "../Util";
import Timeline from "../element/Timeline";
import { extractLinks } from '../Text'
import LNURLTip from "../element/LNURLTip";
import Nip05 from "../element/Nip05";
import Copy from "../element/Copy";
export default function ProfilePage() {
@ -30,13 +31,14 @@ export default function ProfilePage() {
<>
<div className="flex name">
<div className="f-grow">
<h2>{user?.name}</h2>
<h2>{user?.display_name || user?.name}</h2>
<Copy text={params.id} />
</div>
<div>
{isMe ? <div className="btn" onClick={() => navigate("/settings")}>Settings</div> : <FollowButton pubkey={id} />}
</div>
</div>
{user?.nip05 && <Nip05 nip05={user.nip05} pubkey={user.pubkey} />}
<p>{extractLinks([user?.about])}</p>
{user?.website ? <a href={user?.website} target="_blank" rel="noreferrer">{user?.website}</a> : null}