mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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`
|
||||
${userFragment}
|
||||
${userCountsFragment}
|
||||
query {
|
||||
currentUser {
|
||||
...user
|
||||
...userCounts
|
||||
email
|
||||
role
|
||||
about
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user