fix: send eMandate encrypted data into form data

This commit is contained in:
2025-12-10 10:56:36 +05:30
parent c8377b7a88
commit 793c0920f9
2 changed files with 66 additions and 19 deletions

View File

@@ -169,7 +169,7 @@ function LoginEmandate() {
}),
});
const result = await response.json();
localStorage.setItem("Validate_data", result);
localStorage.setItem("Validate_data", result.data);
console.log("Validate Result : ", result);
if (response.ok) {
router.push("/eMandate/otp_page");