fix: change in password page
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user