diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/users.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/users.ts b/server/sonar-web/src/main/js/api/users.ts index b4c75e57bf7..aff47526174 100644 --- a/server/sonar-web/src/main/js/api/users.ts +++ b/server/sonar-web/src/main/js/api/users.ts @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import axios from 'axios'; -import { throwGlobalError } from '../helpers/error'; import { HttpStatus, axiosToCatch, getJSON, parseJSON, post } from '../helpers/request'; +import { throwGlobalError } from '../sonar-aligned/helpers/error'; import { IdentityProvider, Paging } from '../types/types'; import { ChangePasswordResults, |