fix: change in login page
This commit is contained in:
@@ -20,7 +20,7 @@ function generateCaptcha(length = 6) {
|
|||||||
return Array.from({ length }, () => chars[Math.floor(Math.random() * chars.length)]).join("");
|
return Array.from({ length }, () => chars[Math.floor(Math.random() * chars.length)]).join("");
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function Login() {
|
export default function Changeloginpwd() {
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
// const [error, setError] = useState<string | null>(null);
|
// const [error, setError] = useState<string | null>(null);
|
||||||
//const [CIF, SetCIF] = useState("");
|
//const [CIF, SetCIF] = useState("");
|
||||||
@@ -86,7 +86,7 @@ export default function Login() {
|
|||||||
<Card p="xl" w="35vw">
|
<Card p="xl" w="35vw">
|
||||||
<Title order={3}
|
<Title order={3}
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
align="center" mb="md">Change User Login Password</Title>
|
align="center" mb="md">Set Login Password</Title>
|
||||||
|
|
||||||
<form >
|
<form >
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
|
@@ -15,7 +15,7 @@ function generateCaptcha(length = 6) {
|
|||||||
return Array.from({ length }, () => chars[Math.floor(Math.random() * chars.length)]).join("");
|
return Array.from({ length }, () => chars[Math.floor(Math.random() * chars.length)]).join("");
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function Login() {
|
export default function Changetransactionpwd() {
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const [error, setError] = useState<string | null>(null);
|
const [error, setError] = useState<string | null>(null);
|
||||||
const [CIF, SetCIF] = useState("");
|
const [CIF, SetCIF] = useState("");
|
||||||
@@ -156,7 +156,7 @@ export default function Login() {
|
|||||||
<Card p="xl" w="35vw">
|
<Card p="xl" w="35vw">
|
||||||
<Title order={3}
|
<Title order={3}
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
align="center" mb="md">Change Transaction Password</Title>
|
align="center" mb="md">Set Transaction Password</Title>
|
||||||
<form>
|
<form>
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
label="Transaction Password"
|
label="Transaction Password"
|
||||||
|
Reference in New Issue
Block a user