Account Info
Account info component is the place where the customers can edit their basic account information.
Here is the full source code. Here is how our account info component looks like;
The logic for our account info component is in the useAccountInfo custom hook. It uses the AccountInfoForm class similary to the RegisterForm explained in the Register Component.