Guilherme Siqueira
Guilherme Siqueira
## Description Some methods have no exception handling. It must be added to them. ## Expected Behaviour System should throw error logs ## Current Behaviour System does nothing ## Checklist...
## Proposed Changes Upon registration, the system sends an email to the user to confirm their registration. ## Type of Change What kind of changes this Pull Request introduces to...
## Proposed Changes Created a method for error handling that is separate from the registration method. ## Checklist _Put an `x` in the boxes that apply. If you're confused about...
## Description The register method of the Register.vue file has exception handling that can be separated into another method. ### Expected behavior Create a method for error handling that is...