fix : client visual requirement
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user