feat(backend-git-gateway): handle identity disabled error message (#3002)
This commit is contained in:
committed by
Shawn Erquhart
parent
b54d42fcfe
commit
b5ffccdac5
@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user