mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 21:37:31 -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
|
|
@ -20,7 +20,7 @@
|
|||
import React from "react";
|
||||
import Loading from "./loading";
|
||||
import { Error as ErrorC } from "./error";
|
||||
import { useVerifyCredentialsQuery, useLogoutMutation } from "../lib/query/oauth";
|
||||
import { useVerifyCredentialsQuery, useLogoutMutation } from "../lib/query/login";
|
||||
import { useInstanceV1Query } from "../lib/query/gts-api";
|
||||
|
||||
export default function UserLogoutCard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue