diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 76497748c..335ab80fa 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('/account/basic'); + locationurl(response.data.url); }