redux-token-auth/dist/initial-state.js

12 lines
322 B
JavaScript
Raw Permalink Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var initialState = {
currentUser: {
isSignedIn: false,
isLoading: false,
2017-09-28 17:57:48 +00:00
hasVerificationBeenAttempted: false,
attributes: {},
},
};
exports.default = initialState;
2017-09-18 20:07:31 +00:00
//# sourceMappingURL=initial-state.js.map