change redirect from LOGIN to HOME onLogout

This commit is contained in:
Ahmad Santarissy 2019-02-17 21:36:39 +02:00
parent 77d9c907c3
commit 7f9af8d75d

View File

@ -368,7 +368,7 @@ class NotificationsPage extends React.Component {
render () {
if (!this.props.authApi.token) {
return <Redirect noThrow to={routes.LOGIN} />
return <Redirect noThrow to={routes.HOME} />
}
const {