Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15 tk 016create page to enter sms otp #25

Merged
8 commits merged into from
Oct 24, 2024

Conversation

NkwaTambe
Copy link
Contributor

@NkwaTambe NkwaTambe commented Oct 21, 2024

Title: Create SMS OTP Entry Page

Documentation Impl : https://dominicarrojado.com/posts/how-to-create-your-own-otp-input-in-react-and-typescript-with-tests-part-1/

Documentation Test : https://dominicarrojado.com/posts/how-to-create-your-own-otp-input-in-react-and-typescript-with-tests-part-2/

Description:

This pull request introduces a new page for users to enter their SMS-based One-Time Password (OTP) during the authentication process. The implementation includes:

An intuitive layout with input fields for a 4-digit OTP.
Automatic focus management between input fields for enhanced user experience.
Validation to ensure only numeric input is accepted.
A resend OTP feature for user convenience.

index.html Outdated Show resolved Hide resolved
Copy link
Collaborator

@Arielpetit Arielpetit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a test is missing, Please do well to add it

@NkwaTambe NkwaTambe requested a review from Arielpetit October 22, 2024 07:26
@Arielpetit Arielpetit self-requested a review October 23, 2024 07:12
@NkwaTambe NkwaTambe requested a review from Arielpetit October 23, 2024 14:04
@NkwaTambe NkwaTambe closed this pull request by merging all changes into main in 00e035a Oct 24, 2024
@NkwaTambe NkwaTambe deleted the 15-tk-016create-page-to-enter-sms-otp branch October 24, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(TK-016):Create Page to Enter SMS OTP (TK-017): Automatic Read OTP from SMS on the User device
2 participants