From 0cf5772fc6f5714e80b7f6fede78c3abe0a181c3 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Sun, 13 Oct 2024 15:29:02 -0500 Subject: [PATCH] Update nextauth ndk instance relays --- src/pages/api/auth/[...nextauth].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/auth/[...nextauth].js b/src/pages/api/auth/[...nextauth].js index 7a7dcd9..68ee1ad 100644 --- a/src/pages/api/auth/[...nextauth].js +++ b/src/pages/api/auth/[...nextauth].js @@ -14,7 +14,7 @@ import appConfig from "@/config/appConfig"; // todo update EMAIL_FROM to be a plebdevs email const ndk = new NDK({ - explicitRelayUrls: appConfig.defaultRelayUrls + explicitRelayUrls: [...appConfig.defaultRelayUrls, "wss://relay.primal.net/", "wss://relay.damus.io/"] }); const authorize = async (pubkey) => {