diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 335ab80fa..76497748c 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -145,7 +145,7 @@ export function initAxiosInterceptors(props) { } if (response.data.status === 402) { - locationurl(response.data.url); + locationurl('/account/basic'); }