fix: design in view profile and account overview

feat : page add for e mandate otp
This commit is contained in:
2025-12-06 13:54:20 +05:30
parent cf9faf2e82
commit ad758eb14d
25 changed files with 1027 additions and 175 deletions

View File

@@ -167,12 +167,13 @@ function LoginEmandate() {
}),
});
const result = await response.json();
localStorage.setItem("Validate_data", result);
console.log("Validate Result : ", result);
if (response.ok) {
router.push("/eMandate/mandate_page");
router.push("/eMandate/otp_page");
}
else {
console.log(result);
console.log("validation failed: response",result);
notifications.show({
withBorder: true,
color: "red",