feat : api integration

This commit is contained in:
2025-07-09 16:10:49 +05:30
4 changed files with 268 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ export default function ChangeLoginPwd() {
});
const data = await response.json();
if (response.ok) {
// console.log(data);
console.log(data);
notifications.show({
withBorder: true,
color: "green",