redux-token-auth/dist/initial-state.js
2017-09-28 10:57:48 -07:00

12 lines
322 B
JavaScript

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