3 Commits

Author SHA1 Message Date
789d62ea62
feat(services): refactor register and login functions in UserService
- Removed extraneous comments and updated function parameters to use interface types in `register` and `login` methods.
- Renamed `RegisterService` and `LoginService` to `register` and `login` respectively.
- This update enhances readability and maintains the consistency in code by leveraging TypeScript's type-checking feature.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 16:57:21 +02:00
03d10ca675
fix(services): 🚑 User - multiple corrections on call of services 2024-04-24 16:56:55 +02:00
2a33f45257
feat(services): 🚀 UserService 2024-04-23 15:13:23 +02:00