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,