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