Fix git merge conflict due to ammending pushed commit

This commit is contained in:
Reckless_Satoshi
2022-01-02 14:34:25 -08:00

View File

@ -38,6 +38,7 @@ export default class UserGenPage extends Component {
}); });
} }
// Fix next two handler functions so they work sequentially // Fix next two handler functions so they work sequentially
// at the moment they make the request generate a new user in parallel // 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. // to updating the token in the state. So the it works a bit weird.