grant_type nostr -> nostr_bunker
This commit is contained in:
parent
fd13ff70e3
commit
1430149292
|
@ -18,7 +18,7 @@ function logInNostr(pubkey: string) {
|
||||||
const relay = getState().instance.nostr?.relay;
|
const relay = getState().instance.nostr?.relay;
|
||||||
|
|
||||||
const token = await dispatch(obtainOAuthToken({
|
const token = await dispatch(obtainOAuthToken({
|
||||||
grant_type: 'nostr',
|
grant_type: 'nostr_bunker',
|
||||||
pubkey,
|
pubkey,
|
||||||
relays: relay ? [relay] : undefined,
|
relays: relay ? [relay] : undefined,
|
||||||
secret,
|
secret,
|
||||||
|
|
Loading…
Reference in New Issue