Prettier
parent
57a8f0c72e
commit
c64b12e706
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue