diff --git a/src/store/authentication.js b/src/store/authentication.js index ffbf71c..429d1fb 100644 --- a/src/store/authentication.js +++ b/src/store/authentication.js @@ -31,7 +31,6 @@ const actions = { const getters = { isAuthenticated: (state) => state.isAuthenticated, - user: (state) => state.user, token: (state) => state.token, };