mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-24 08:26:14 -06:00
enforce scopes
This commit is contained in:
parent
e3857b90bb
commit
21d9edac54
191 changed files with 1473 additions and 648 deletions
|
|
@ -31,7 +31,7 @@ export default function Login({ }) {
|
|||
instance: useTextInput("instance", {
|
||||
defaultValue: window.location.origin
|
||||
}),
|
||||
scopes: useValue("scopes", "user admin"),
|
||||
scopes: useValue("scopes", "read write admin"),
|
||||
};
|
||||
|
||||
const [formSubmit, result] = useFormSubmit(form, useAuthorizeFlowMutation(), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue