diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 2c5c09f2..819c34a3 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -43,7 +43,7 @@ class Infos extends Component { isSpin: false, user: undefined, project_type: undefined, - route_type: undefined + route_type: undefined, }; } @@ -113,6 +113,7 @@ class Infos extends Component { render() { + const extra_http = `${document.location.protocol}//${document.domain}`; const { current_user, mygetHelmetapi } = this.props; const { user, isSpin, project_type, route_type } = this.state; return ( @@ -141,8 +142,7 @@ class Infos extends Component {