File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { showToasterAction } from '../actions';
77import { httpStatus } from '../../constants' ;
88import { actionTypesHandledByRequestSaga } from './actionTypesHandledByRequestSaga' ;
99
10- const translate = getTranslateByScope ( '.. ' ) ;
10+ const translate = getTranslateByScope ( 'Authentication error ' ) ;
1111
1212export const isRequestAction = ( action : any ) : boolean => {
1313 return actionTypesHandledByRequestSaga . includes ( action . type ) ;
@@ -26,7 +26,7 @@ function* logoutAndNotifyUserThatSessionExpired(): any {
2626 yield put ( sessionActions . logout ( ) ) ;
2727 yield put (
2828 showToasterAction ( {
29- description : translate ( 'Authentication error ' ) ,
29+ description : translate ( '' ) ,
3030 type : toasterTypes . failure ,
3131 } ) ,
3232 ) ;
You can’t perform that action at this time.
0 commit comments