Open Issues Need Help
View All on GitHubAI Summary: This issue aims to refactor authentication error messages by centralizing them into a single source of truth. Currently, these messages are hardcoded and duplicated across various Use Cases and unit tests, leading to maintenance difficulties and inconsistency. The plan involves creating an `AuthErrors.ts` file, defining constants for common error messages, and replacing all existing manual strings to ensure consistency and easier updates.
Complexity:
2/5
good first issue refactor