mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: #3498 Checkboxes missing on delete user account page
This commit is contained in:
parent
9aacb22a58
commit
8a2d238f96
@ -265,9 +265,11 @@ export const checkSlugAvailableQuery = gql`
|
|||||||
|
|
||||||
export const currentUserQuery = gql`
|
export const currentUserQuery = gql`
|
||||||
${userFragment}
|
${userFragment}
|
||||||
|
${userCountsFragment}
|
||||||
query {
|
query {
|
||||||
currentUser {
|
currentUser {
|
||||||
...user
|
...user
|
||||||
|
...userCounts
|
||||||
email
|
email
|
||||||
role
|
role
|
||||||
about
|
about
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user