fix(ui) - jwt set

This commit is contained in:
Shekar Siri 2023-03-06 10:59:08 +01:00
parent 7d23ffc2a1
commit ac810bc3e4

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