diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index a63498730..946b5ca36 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -52,7 +52,7 @@ class Login extends React.Component { componentDidMount() { const { params } = this.props; - this.props.fetchTenants() + this.props.fetchTenants(); const jwt = params.get('jwt'); if (jwt) { this.props.setJwt(jwt); @@ -86,105 +86,135 @@ class Login extends React.Component {