feat : Home page password Expiry message
feat : Statement Download
This commit is contained in:
@@ -133,6 +133,8 @@ export default function ChangePassword() {
|
||||
|
||||
if (response.status === 401) {
|
||||
localStorage.removeItem("access_token");
|
||||
localStorage.clear();
|
||||
sessionStorage.clear();
|
||||
router.push("/login");
|
||||
return;
|
||||
}
|
||||
@@ -284,8 +286,9 @@ export default function ChangePassword() {
|
||||
</Button>
|
||||
</Group>
|
||||
</div>
|
||||
<Text size="sm" c="dimmed" style={{ marginTop: "40px" }}>
|
||||
Note: Your new Login password must be 8–15 characters long and contain at least one number and one special character.
|
||||
<Text size="sm" style={{ marginTop: "40px" }}>
|
||||
<Text span c='red' fw={600}>Note : </Text>{""}
|
||||
<Text span >Your new Login password must be 8–15 characters long and contain at least one number and one special character.</Text>
|
||||
</Text>
|
||||
</Paper>
|
||||
);
|
||||
|
Reference in New Issue
Block a user