Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -4,7 +4,11 @@ import { connect } from 'react-redux';
|
||||
import { authenticate, clearAuthenticateError } from '../actions/entry';
|
||||
import Login from '../components/Login';
|
||||
|
||||
const mapStateToProps = ({ authenticateForm: { data: defaultData, isSubmitting, error } }) => ({
|
||||
const mapStateToProps = ({
|
||||
ui: {
|
||||
authenticateForm: { data: defaultData, isSubmitting, error },
|
||||
},
|
||||
}) => ({
|
||||
defaultData,
|
||||
isSubmitting,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user