From b0262e9b769308feb46f85fc26a6fcd66f7e04b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 26 Feb 2019 15:55:50 +0100 Subject: [PATCH] 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. --- store/auth.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/store/auth.js b/store/auth.js index b1b029468..a2b53a196 100644 --- a/store/auth.js +++ b/store/auth.js @@ -103,8 +103,6 @@ export const actions = { email avatar role - locationName - about token } }