feat : Otp verification Feature active.

This commit is contained in:
2025-10-21 13:38:39 +05:30
parent 07901d62e1
commit 84d6dc0f8a
4 changed files with 72 additions and 82 deletions

View File

@@ -294,6 +294,7 @@ export default function ViewBeneficiary() {
value={otp}
onChange={(e) => setOtp(e.currentTarget.value)}
placeholder="Enter OTP"
maxLength={6}
/>
<Group justify="space-between" mt="xs">
{/* Resend OTP Timer or Icon */}