feat : In home page "get statement" worked.

feat : After 5 minutes session timeout automatically.
feat: realtime otp feature up
This commit is contained in:
2025-10-09 14:22:39 +05:30
parent 75a4e9199b
commit 8a194a5855
17 changed files with 326 additions and 139 deletions

View File

@@ -184,6 +184,7 @@ export default function ChangePassword() {
color: "red",
autoClose: false,
});
resetForm();
} else {
notifications.show({
title: "Success",
@@ -199,6 +200,7 @@ export default function ChangePassword() {
message: err.message || "Server error, please try again later",
color: "red",
});
resetForm();
}
}
};