fix(ui) - jwt set

This commit is contained in:
Shekar Siri 2023-03-06 10:59:08 +01:00
parent eb21604af4
commit 39a0925abf

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 = '/';
}
}