From 1430149292e08c1080c0b97db6426501e09a3c99 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 29 May 2024 16:15:04 -0500 Subject: [PATCH] grant_type nostr -> nostr_bunker --- src/actions/nostr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/nostr.ts b/src/actions/nostr.ts index f40f85813..3ef64339d 100644 --- a/src/actions/nostr.ts +++ b/src/actions/nostr.ts @@ -18,7 +18,7 @@ function logInNostr(pubkey: string) { const relay = getState().instance.nostr?.relay; const token = await dispatch(obtainOAuthToken({ - grant_type: 'nostr', + grant_type: 'nostr_bunker', pubkey, relays: relay ? [relay] : undefined, secret,