fix: design in view profile and account overview
feat : page add for e mandate otp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user