Auth refactor part 3

This commit is contained in:
Chi Vinh Le
2018-02-08 23:06:01 +01:00
parent d526a404ae
commit 37dd6ae044
26 changed files with 195 additions and 161 deletions
@@ -3,7 +3,7 @@ import styles from './styles.css';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import t from 'coral-framework/services/i18n';
import { logout } from 'coral-embed-stream/src/actions/auth';
import { logout } from 'coral-embed-stream/src/actions/login';
const UserBox = ({ loggedIn, user, logout, onShowProfile }) => (
<div>