feat(backend-git-gateway): handle identity disabled error message (#3002)

This commit is contained in:
Erez Rokah
2020-01-06 21:10:37 +02:00
committed by Shawn Erquhart
parent b54d42fcfe
commit b5ffccdac5
5 changed files with 428 additions and 11 deletions

View File

@ -132,6 +132,7 @@ class App extends React.Component {
authEndpoint: this.props.config.getIn(['backend', 'auth_endpoint']),
config: this.props.config,
clearHash: () => history.replace('/'),
t,
})}
</div>
);