UNPKG

redux-token-auth

Version:

Redux actions and reducers to integrate with Devise Token Auth

11 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var initialState = { currentUser: { isSignedIn: false, isLoading: false, attributes: {}, }, }; exports.default = initialState; //# sourceMappingURL=initial-state.js.map