Closed bushwallyta271828 closed 5 months ago
Okay, I think I could have ManageAccount pass in an "after submitting" function to AccountForm as a parameter. That "after submitting" function could update the displayed username.
Better idea: Inside AccountForm, let's check if the form has a "username" field, and if it does then let's setAccount using that. This modification should reduce code duplication across everything except the update password form.
TODO:
I think it's actually working!
TODO for future branches:
TODO: