fix: change in password page

This commit is contained in:
2025-07-03 14:29:03 +05:30
parent 1efe8af7e6
commit 011df884d8
3 changed files with 121 additions and 100 deletions

View File

@@ -27,10 +27,7 @@ export default function Login() {
const [captchaInput, setCaptchaInput] = useState('');
const [captchaError, setCaptchaError] = useState('');
// const [isClient,SetIsClient] =useState(false);
// useEffect(()=> SetIsClient(true),[]);
// useEffect(() => {
// setCaptcha(generateCaptcha());
// }, []);
@@ -162,7 +159,7 @@ export default function Login() {
align="center" mb="md">Change Transaction Password</Title>
<form>
<PasswordInput
label="Login Password"
label="Transaction Password"
placeholder="Enter your password"
required
id="loginPassword"
@@ -171,7 +168,7 @@ export default function Login() {
onCut={(e) => e.preventDefault()}
/>
<PasswordInput
label="Confirm Login Password"
label="Confirm Transaction Password"
placeholder="Enter your password"
required
id="confirmPassword"