Fix git merge conflict due to ammending pushed commit

This commit is contained in:
Reckless_Satoshi 2022-01-02 14:34:25 -08:00
commit 928d0b4796
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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.