UNPKG

@keymastervn/redux-token-auth

Version:

Redux actions and reducers to integrate with Devise Token Auth

15 lines (12 loc) 252 B
import { ReduxTokenAuthState } from './types' const initialState: ReduxTokenAuthState = { currentUser: { isSignedIn: false, isLoading: false, hasVerificationBeenAttempted: false, attributes: {}, }, } export default initialState