Merge pull request #36 from asantarissy/issue-#29

Bugfix - Redirect HOME onLogout Closes #29
This commit is contained in:
Nick Zuber 2019-02-17 15:33:29 -05:00 committed by GitHub
commit fdc77696d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {