grant_type nostr -> nostr_bunker

This commit is contained in:
Alex Gleason 2024-05-29 16:15:04 -05:00
parent fd13ff70e3
commit 1430149292
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -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,