- [x] Create an empty page in `src/account,` update the `vite.config.ts` to include it in the build, and update `web.go` to include that page on the frontend - [x] Create a `BlueButton` component that can be reused throughout the page as in the Figma - [x] Create a React version of the account settings Figma - [ ] Link the 'Reset Password' Button with the `api/auth/password` endpoint - [ ] Change the name of the `change_user_data` api endpoint to `change_user_info` and alter that endpoint so that it cannot change the email of users - [ ] Link the 'Submit Changes' button to the `change_user_info` endpoint.
src/account,update thevite.config.tsto include it in the build, and updateweb.goto include that page on the frontendBlueButtoncomponent that can be reused throughout the page as in the Figmaapi/auth/passwordendpointchange_user_dataapi endpoint tochange_user_infoand alter that endpoint so that it cannot change the email of userschange_user_infoendpoint.