-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send Email Notification on Login (#12)
* Untrack changes in `target/` directory * Update Maven and refactor some code * Refactored code and fixed naming convention mistakes * Added UserControllerTests * Clean up README file * Add DashboardControllerTests * Renamed `JwtUserDetailsService`, and other small changes * Refactor: add `TestUtil`, rename `OtpService` and `OtpServiceImpl`, and enhance exception handling * Add AccountControllerTests * Test fund transfer to the same account * Untrack changes in `target/` directory * Update Maven and refactor some code * Refactored code and fixed naming convention mistakes * Added UserControllerTests * Clean up README file * Add DashboardControllerTests * Renamed `JwtUserDetailsService`, and other small changes * Refactor: add `TestUtil`, rename `OtpService` and `OtpServiceImpl`, and enhance exception handling * Add AccountControllerTests * Test fund transfer to the same account * Fix `accountService.createPin` and `accountService.updatePin` * Feature: Add country code * Replaced 'country' with 'countryCode' and added new test cases * test update user without authentication * Add Token Service * Add logs to `TokenServiceImpl` * Add `GeolocationService` * Feature: Send Email Notification on Login * Rename `UserResponse` attribute `country` to `countryCode` * Fix some issues
- Loading branch information
1 parent
fa4b629
commit a2cc26e
Showing
33 changed files
with
1,557 additions
and
697 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
Oops, something went wrong.