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

@@ -177,7 +177,6 @@ export default function ChangePassword() {
return (
<Paper shadow="sm" radius="md" p="md" withBorder h={400}>
<Title order={3} style={{ color: "red" }}>More Updates comming soon .....</Title>
<Title order={3} mb="sm">
Change Login Password
</Title>
@@ -286,7 +285,7 @@ export default function ChangePassword() {
</Group>
</div>
<Text size="sm" c="dimmed" style={{ marginTop: "40px" }}>
Note: Your new password must be 815 characters long and contain at least one number and one special character.
Note: Your new Login password must be 815 characters long and contain at least one number and one special character.
</Text>
</Paper>
);