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