feat : APi integrated foe change password and change trans password

feat: Change the UI design
This commit is contained in:
2025-09-03 12:45:00 +05:30
parent e531523538
commit 5c194a24d0
6 changed files with 53 additions and 48 deletions

View File

@@ -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 815 characters long and contain at least one number and one special character.
</Text>
</Paper>
);
}