fix : client visual requirement

This commit is contained in:
2025-12-26 14:56:05 +05:30
parent 6c153b6421
commit 9925905a23
2 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ export default function App() {
});
const data: accountData[] = await response.json();
console.log(data);
// console.log(data);
if (response.ok && Array.isArray(data)) {
const matched = data.find((acc) => acc.stAccountNo === accNo);
if (matched) {
@@ -351,7 +351,7 @@ export default function App() {
<IconFileText size={12} />
</ThemeIcon>
<Text size="xs" c="dimmed">
Booking Number
Account Description
</Text>
</Group>
<Text size="sm">{accountDetails.stBookingNumber}</Text>

View File

@@ -585,12 +585,12 @@ export default function Login() {
// mt="sm"
/>
<Box style={{ textAlign: "right" }}>
<Anchor
{/* <Anchor
style={{ fontSize: "14px", color: "#1c7ed6", cursor: "pointer" }}
onClick={() => router.push("/ValidateUser")}
>
Forgot Password?
</Anchor>
</Anchor> */}
</Box>
<Group align="center">
<Box style={{