mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 17:23:00 -06:00
[chore] Settings refactor fix 2 (#1357)
* fix emoji query tagging * fix proxy url for gts instance * fix: don't flash callback error on authorize flow
This commit is contained in:
parent
13e3aaaed1
commit
747683ba54
11 changed files with 37 additions and 31 deletions
|
|
@ -121,10 +121,11 @@ const endpoints = (build) => ({
|
|||
}).then(unwrapRes).then((app) => {
|
||||
app.scopes = formData.scopes;
|
||||
|
||||
api.dispatch(oauth.setInstance({
|
||||
api.dispatch(oauth.authorize({
|
||||
instance: instance,
|
||||
registration: app,
|
||||
loginState: "callback"
|
||||
loginState: "callback",
|
||||
expectingRedirect: true
|
||||
}));
|
||||
|
||||
return app;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue