isNotAuthenticated()

in client/store/index.js [45:47]


   isNotAuthenticated(state) {
    return state.auth.loggedIn == false
  },