-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define the login business logic (#750)
* chore: define login business logic #715 * chore: update login test #715 * chore: update login controller #715 * Update __tests__/auth.test.js Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update __tests__/auth.test.js Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update src/controllers/auth/login.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update src/controllers/auth/login.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * chore: sync fixes #750 * Update src/shared/constants/Developers.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update src/controllers/auth/login.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update src/controllers/auth/login.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * Update src/siteConstants.js Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> * chore: convert siteConstants to typescript * chore: update dotenv * chore: update environment variables * chore: update environment variables * Update @types/environment.d.ts Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com> --------- Co-authored-by: Ijemma Onwuzulike <ijemmaonwuzulike10@gmail.com>
- Loading branch information
1 parent
4ce635c
commit 7a3f647
Showing
9 changed files
with
129 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const TEST_EMAIL = 'developer@example.com'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters