Wip: update the login page,
feat: update Otp in set login and transaction page. Feat: Add validation for external account in add beneficiary.
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
} from "@mantine/core";
|
||||
import { notifications } from "@mantine/notifications";
|
||||
import { IconEye, IconEyeOff, IconLock } from "@tabler/icons-react";
|
||||
import CaptchaImage from "@/app/SetPassword/CaptchaImage";
|
||||
// import CaptchaImage from "@/app/SetPassword/CaptchaImage";
|
||||
import { generateCaptcha } from "@/app/captcha";
|
||||
|
||||
const ChangePassword: React.FC = () => {
|
||||
@@ -193,7 +193,7 @@ const ChangePassword: React.FC = () => {
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: 10, marginBottom: 5 }}>
|
||||
{/* CAPTCHA Image */}
|
||||
<div style={{ display: 'flex', alignItems: 'center', height: 30 }}>
|
||||
<CaptchaImage text={captcha} />
|
||||
{/* <CaptchaImage text={captcha} /> */}
|
||||
</div>
|
||||
|
||||
{/* Refresh Button */}
|
||||
|
Reference in New Issue
Block a user