pull/10616/head
Luke Morris 2017-12-18 14:05:52 -08:00
parent 57a8f0c72e
commit c64b12e706
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@ const errorsMiddleware = store => next => action => {
}, notificationsBlackoutDuration)
} else if (wasSessionTimeout) {
store.dispatch(
notify(alertType, 'Your session has timed out. Log in again to continue.')
notify(
alertType,
'Your session has timed out. Log in again to continue.'
)
)
allowNotifications = false