feat: add bank logo on modal
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ChangePassword() {
|
||||
const [otp, setOtp] = useState("");
|
||||
const [otpValidated, setOtpValidated] = useState(false);
|
||||
|
||||
const [step, setStep] = useState<"form" | "otp" | "final">("form"); // ✅ steps control
|
||||
const [step, setStep] = useState<"form" | "otp" | "final">("form"); //
|
||||
const [passwordHistory] = useState(["Pass@1234", "OldPass@123", "MyPass#2023"]);
|
||||
const icon = <IconLock size={18} stroke={1.5} />;
|
||||
|
||||
@@ -148,7 +148,7 @@ export default function ChangePassword() {
|
||||
|
||||
return (
|
||||
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
|
||||
<Title order={3} style={{color:"red"}}>More Updates comming soon .....</Title>
|
||||
<Title order={3} style={{ color: "red" }}>More Updates comming soon .....</Title>
|
||||
<Title order={3} mb="sm">
|
||||
Change Login Password
|
||||
</Title>
|
||||
|
Reference in New Issue
Block a user