Remove locationName and about

as default properties of the currentUser query.

We don't need it all the time. Somewhere in the frontend, the call to
`fetchCurrentUser` is abused to refresh some data of the user to be
edited.
This commit is contained in:
Robert Schäfer 2019-02-26 15:55:50 +01:00
parent 71ab2f3828
commit b0262e9b76

View File

@ -103,8 +103,6 @@ export const actions = {
email
avatar
role
locationName
about
token
}
}