2 Commits

Author SHA1 Message Date
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