fix: Change bank name
fix: otp filled null after complete the process
This commit is contained in:
@@ -124,7 +124,7 @@ export default function AccountSummary() {
|
|||||||
if (!authorized) return null;
|
if (!authorized) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Paper shadow="sm" radius="md" p="md" withBorder>
|
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
|
||||||
<Title
|
<Title
|
||||||
order={isMobile ? 4 : 3}
|
order={isMobile ? 4 : 3}
|
||||||
mb="md"
|
mb="md"
|
||||||
|
|||||||
@@ -330,6 +330,7 @@ export default function AddBeneficiaryOthers() {
|
|||||||
setConfirmAccountNo('');
|
setConfirmAccountNo('');
|
||||||
setBeneficiaryName('');
|
setBeneficiaryName('');
|
||||||
setNickName('');
|
setNickName('');
|
||||||
|
setOtp('');
|
||||||
setBeneficiaryType(null);
|
setBeneficiaryType(null);
|
||||||
setIsVisibilityLocked(false);
|
setIsVisibilityLocked(false);
|
||||||
setOtpSent(false);
|
setOtpSent(false);
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import AddBeneficiaryOthers from './addBeneficiaryOthers';
|
|||||||
|
|
||||||
|
|
||||||
const bankOptions = [
|
const bankOptions = [
|
||||||
{ value: 'KCCB', label: 'KCCB - The Kangra Central Co-Operative Bank' },
|
{ value: 'KCCB', label: 'KCCB - The Kangra Central Co-Operative Bank Ltd.' },
|
||||||
];
|
];
|
||||||
|
|
||||||
const AddBeneficiary: React.FC = () => {
|
const AddBeneficiary: React.FC = () => {
|
||||||
|
|||||||
@@ -331,7 +331,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text c="dimmed" size={isMobile ? "xs" : "sm"}>
|
<Text c="dimmed" size={isMobile ? "xs" : "sm"}>
|
||||||
© 2025 The Kangra Central Co-Operative Bank
|
© 2025 The Kangra Central Co-Operative Bank Ltd.
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -396,7 +396,7 @@ export default function SetLoginPwd() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text c="dimmed" size="xs">
|
<Text c="dimmed" size="xs">
|
||||||
© 2025 The Kangra Central Co-Operative Bank
|
© 2025 The Kangra Central Co-Operative Bank Ltd.
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export const generatePDF = (
|
|||||||
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;">
|
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;">
|
||||||
<div style="display:flex;align-items:center;gap:10px;">
|
<div style="display:flex;align-items:center;gap:10px;">
|
||||||
<img src="/logo.jpg" alt="Bank Logo" style="height:50px;" />
|
<img src="/logo.jpg" alt="Bank Logo" style="height:50px;" />
|
||||||
<h2 style="margin:0;">The Kangra Central Co Operative Bank</h2>
|
<h2 style="margin:0;">The Kangra Central Co-Operative Bank Ltd.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size:12px;color:#555;">
|
<div style="font-size:12px;color:#555;">
|
||||||
Report generated: ${dayjs().format("DD/MM/YYYY HH:mm")}
|
Report generated: ${dayjs().format("DD/MM/YYYY HH:mm")}
|
||||||
|
|||||||
@@ -404,7 +404,7 @@ export default function Login() {
|
|||||||
|
|
||||||
<Divider size="xs" color="#99c2ff" />
|
<Divider size="xs" color="#99c2ff" />
|
||||||
<Text size="xs" style={{ textAlign: "center" }}>
|
<Text size="xs" style={{ textAlign: "center" }}>
|
||||||
© 2025 The Kangra Central Co-Operative Bank
|
© 2025 The Kangra Central Co-Operative Bank Ltd.
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
</Providers>
|
</Providers>
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ export default function MandatePage() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text c="dimmed" size="xs">
|
<Text c="dimmed" size="xs">
|
||||||
© 2025 The Kangra Central Co-Operative Bank
|
© 2025 The Kangra Central Co-Operative Bank Ltd.
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user