Codelabz
Codelabz copied to clipboard
[Fix]: Delete Account Feature Implementation #1207
Description
This PR implements the necessary changes to ensure that clicking on the "Delete" button correctly initiates the account deletion process, providing users with the expected functionality and improving overall user experience.
Related Issue
fixes #1207
Motivation and Context
How Has This Been Tested?
tested locally on my machine.
Screenshots or GIF (In case of UI changes):
https://github.com/scorelab/Codelabz/assets/135845175/9f67a4cc-8d3a-4a15-a4dc-e17e7a0f25fd
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.