state: function()

in client/store/index.js [6:11]


  state: function() {
   return  {auth: {
      loggedIn:false,
      user:null
    }}
  },