mirror of
https://github.com/vitorpamplona/Nostryfied.git
synced 2025-06-06 18:31:07 +00:00
Fixes auth kind
This commit is contained in:
parent
476e462d32
commit
45f7d2c4b1
@ -442,7 +442,7 @@ function sha256Hex(string) {
|
|||||||
async function signNostrAuthEvent(relay, auth_challenge) {
|
async function signNostrAuthEvent(relay, auth_challenge) {
|
||||||
try {
|
try {
|
||||||
let msg = {
|
let msg = {
|
||||||
kind: 22243,
|
kind: 22242,
|
||||||
content: "",
|
content: "",
|
||||||
tags: [
|
tags: [
|
||||||
["relay", relay],
|
["relay", relay],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user