There was an error while loading. Please reload this page.
1 parent 609fa43 commit a535aa4Copy full SHA for a535aa4
frontend-nuxt/store/index.js
@@ -2,13 +2,6 @@ export const state = () => ({})
2
3
export const actions = {}
4
5
-export const getters = {
6
- loggedInUser(state) {
7
- return state.auth.user
8
- },
9
- isLoggedIn(state) {
10
- return state.auth && state.auth.loggedIn ? state.auth.loggedIn : false
11
- }
12
-}
+export const getters = {}
13
14
export const mutations = {}
0 commit comments