Merge pull request #1014 from openreplay/fix-sso-login
fix(ui) - sso login
This commit is contained in:
commit
b1d364a0c0
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class Login extends React.Component {
|
|||
const jwt = params.get('jwt');
|
||||
if (jwt) {
|
||||
this.props.setJwt(jwt);
|
||||
window.location.href = '/';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue