-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
PLATFORM: Implement resend OTP #327
Comments
I'd like to work on this issue. This will be my first open-source contribution involving code, and I'm eager to work on this. Could you please provide some guidance or any additional information that might help me get started? |
Hey @Varun710! Glad that you would like to make this contribution. Most of the details can be found in the issue description itself, and the parent issue: #325. As for the code, you would need to set up the development environment. You can use our docs for this: https://docs.keyshade.xyz. For the rest, you have to improvise, since there isn't much I can list out for this issue. :( And you can always hop on to our Discord to discuss with us :D I would highly advise you to go through the codebase, try figuring out how you can implement the solution and make sure you have a proper understanding about this. Of course, we will help you out if you are stuck somewhere! |
Thanks for the info! I'll review the issue and docs, set up the development environment, and join the Discord channel for any further questions or discussions. Looking forward to working on this! |
@Varun710 any updates? |
@Varun710 Hi if you are not doing this issue can I take it? |
Hey @Prakhargarg-2010196, you can take this up. I'm changing the assignment. |
Okay Thanks |
Description
Update the OTP page to have a link to initiate a resend OTP request.
Solution
src/app/auth/otp
src/lib/api-functions/auth.ts
Additional context
Depends on #326.
The text was updated successfully, but these errors were encountered: