mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Update nextauth ndk instance relays
This commit is contained in:
parent
2ad0574ccb
commit
0cf5772fc6
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user