Describe the bug
While reviewing the parts of code there are several hardcoded strings which affect maintainability as some of them are not required as well. Here's the list
- EMAIL_TEST_USER
- FRONTEND_HOST
- ENVIRONMENT
Expected behavior
Remove these hardcoded strings or move them to a ENV file if needed
Describe the bug
While reviewing the parts of code there are several hardcoded strings which affect maintainability as some of them are not required as well. Here's the list
Expected behavior
Remove these hardcoded strings or move them to a ENV file if needed