diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js b/server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js index 566434f196c..453c970a69d 100644 --- a/server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js +++ b/server/sonar-web/src/main/js/app/utils/handleRequiredAuthentication.js @@ -20,7 +20,7 @@ // @flow import getStore from './getStore'; import getHistory from './getHistory'; -import { requireAuthentication } from '../store/appState/duck'; +import { requireAuthentication } from '../../store/appState/duck'; export default () => { const store = getStore(); |