mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:22:24 -05:00
comment
This commit is contained in:
parent
98694ca032
commit
58c53c9fce
1 changed files with 1 additions and 2 deletions
|
|
@ -173,8 +173,7 @@ const extended = gtsApi.injectEndpoints({
|
|||
|
||||
// Parse instance URL + set params on it.
|
||||
//
|
||||
// Note that any space-separated scopes are
|
||||
// replaced by '+'-separated, to fit the API.
|
||||
// Note that scopes are '+'-separated to fit the API.
|
||||
const url = new URL(instanceUrl);
|
||||
url.pathname = "/oauth/authorize";
|
||||
url.searchParams.set("client_id", app.client_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue