3 Commits

Author SHA1 Message Date
c0327f9607
Refactored register services and enhanced user profile functionality
A new RequestService was introduced to standardize the HTTP requests, and the register service was refactored to use it. Improvements were made to the handling of user profile data along with error handling and display. New components were created for displaying the user profile, and changes to existing components were made to accommodate the service and data handling updates.
2024-05-22 17:03:14 +02:00
e3a5c0a44a
Refactor register service to enhance error handling
Modified the doRegister function within register.service.ts to provide better error handling. Responses now return an object format, and an error catch block has been added. Additionally, minor changes were made to the workspace.xml.
2024-05-21 16:17:08 +02:00
8f8accebeb
Integrate registration service and axios dependency
The registration form now makes use of a new registration service. Axios, a necessary dependency for making HTTP requests in this service, has been added to the project. Additionally, logging has been improved in the user registration process to provide better debugging information.
2024-05-21 16:10:15 +02:00