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

View File

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