mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 03:27:29 -06:00
[feature] Application creation + management via API + settings panel
This commit is contained in:
parent
daf60f69a0
commit
e86f7ef0d9
61 changed files with 3016 additions and 252 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
import React from "react";
|
||||
|
||||
import { useAuthorizeFlowMutation } from "../../lib/query/oauth";
|
||||
import { useAuthorizeFlowMutation } from "../../lib/query/login";
|
||||
import { useTextInput, useValue } from "../../lib/form";
|
||||
import useFormSubmit from "../../lib/form/submit";
|
||||
import MutationButton from "../form/mutation-button";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue