Remove path environment variables

Paths such as SIGN_IN_PATH and SIGN_UP_PATH have been hardcoded into the application instead of being environment variables. These changes simplify the configuration of the application, making maintenance and understanding of the codebase easier.
This commit is contained in:
giancarlo
2024-04-28 01:30:13 +07:00
parent 25687bb497
commit 5606349627
6 changed files with 5 additions and 39 deletions

View File

@@ -67,10 +67,6 @@
"EMAIL_HOST",
"EMAIL_TLS",
"EMAIL_USER",
"EMAIL_PASSWORD",
"SIGN_IN_PATH",
"SIGN_UP_PATH",
"TEAM_ACCOUNTS_HOME_PATH",
"INVITATION_PAGE_PATH"
"EMAIL_PASSWORD"
]
}