mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Auth refactor part 3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user