fix(ui) - jwt set
This commit is contained in:
parent
7d23ffc2a1
commit
ac810bc3e4
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