diff --git a/frontend/src/components/UserGenPage.js b/frontend/src/components/UserGenPage.js index 2789a5ea..6b1da52d 100644 --- a/frontend/src/components/UserGenPage.js +++ b/frontend/src/components/UserGenPage.js @@ -38,6 +38,7 @@ export default class UserGenPage extends Component { }); } + // Fix next two handler functions so they work sequentially // at the moment they make the request generate a new user in parallel // to updating the token in the state. So the it works a bit weird.