keyshade
keyshade copied to clipboard
PLATFORM: Implement resend OTP
Description
Update the OTP page to have a link to initiate a resend OTP request.
Solution
- Update the UI in
src/app/auth/otp
- Add the respective controller under
src/lib/api-functions/auth.ts
- Implement a timeout for the link of 1 minute
Additional context
Depends on #326.