Merge pull request #1014 from openreplay/fix-sso-login

fix(ui) - sso login
This commit is contained in:
Shekar Siri 2023-03-06 11:06:52 +01:00 committed by GitHub
commit b1d364a0c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,6 @@ class Login extends React.Component {
const jwt = params.get('jwt');
if (jwt) {
this.props.setJwt(jwt);
window.location.href = '/';
}
}