4 Commits

Author SHA1 Message Date
56bfd8cd0d
type: style
scope: services, interfaces

subject: Apply code formatting

- Correct indentation and formatting to match code style standards in multiple 'interfaces' and 'services' files.
- Also ensure lines at the end of the files.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-30 10:55:37 +02:00
da001bf7cc
docs(services): add test markers to credential functions
In `credential.service.ts`, markers were added to functions `getHashFromPassword` and `comparePassword` to indicate necessity for testing. This provides clear indications for developers about which functions require tests to be written or updated.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 14:54:17 +02:00
1f984f4392
fix(services): 🐛 CredentialService missing namespace 2024-04-23 16:39:03 +02:00
d6cfef2a62
feat: credential service
#8
2024-04-23 12:26:51 +02:00