grant_type nostr -> nostr_bunker

environments/review-nip46-sehf36/deployments/4652
Alex Gleason 2024-05-29 16:15:04 -05:00
rodzic fd13ff70e3
commit 1430149292
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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