adding nostr-login

This commit is contained in:
Believethehype
2024-02-14 08:36:25 +01:00
parent 9f0ea60295
commit f7c66c7593
3 changed files with 112 additions and 77 deletions

View File

@@ -227,7 +227,7 @@ async function get_user_infos(pubkeys){
for (const entry of evts){
try{
let contentjson = JSON.parse(entry.content)
console.log(contentjson)
//console.log(contentjson)
profiles.push({profile: contentjson, author: entry.author.toHex(), createdAt: entry.createdAt});
}
catch(error){