feat : APi integrated foe change password and change trans password
feat: Change the UI design
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
Title,
|
||||
Paper,
|
||||
Group,
|
||||
Text
|
||||
} from "@mantine/core";
|
||||
import { notifications } from "@mantine/notifications";
|
||||
import { IconLock } from "@tabler/icons-react";
|
||||
@@ -294,6 +295,10 @@ export default function ChangePassword() {
|
||||
Reset
|
||||
</Button>
|
||||
</Group>
|
||||
|
||||
<Text size="sm" c="dimmed" style={{ marginTop: "40px" }}>
|
||||
Note: Your new Transaction password must be 8–15 characters long and contain at least one number and one special character.
|
||||
</Text>
|
||||
</Paper>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user