feat : Otp verification Feature active.
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user