refactor: api integrate for NEFT,RTGS.IMPS and account statement

This commit is contained in:
2025-08-27 11:35:15 +05:30
parent 671ea780b3
commit eda57aae71
9 changed files with 137 additions and 80 deletions

View File

@@ -103,6 +103,8 @@ export default function Login() {
message: "Internal Server Error",
autoClose: 5000,
});
localStorage.removeItem("access_token");
localStorage.removeItem("remitter_name");
return;
}
const data = await response.json();