mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 11:52:26 -06:00
fix html elements used for logout account-card
This commit is contained in:
parent
31287c8899
commit
884e03b4c1
2 changed files with 4 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ const extended = gtsApi.injectEndpoints({
|
|||
return { data: null };
|
||||
},
|
||||
}),
|
||||
logout: build.mutation({
|
||||
logout: build.mutation<null, void>({
|
||||
queryFn: (_arg, api) => {
|
||||
api.dispatch(oauthRemove());
|
||||
return { data: null };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue