chore: update security patch of codebase.

chore: Update TODO and instruction list
This commit is contained in:
2025-09-04 11:50:16 +05:30
parent 5c194a24d0
commit dc1d7c3157
9 changed files with 166 additions and 40 deletions

View File

@@ -35,6 +35,8 @@ export default function SetTransactionPwd() {
async function handleLogout(e: React.FormEvent) {
e.preventDefault();
localStorage.removeItem("access_token");
sessionStorage.removeItem("access_token")
localStorage.removeItem("remitter_name");
router.push("/login")
}
const regenerateCaptcha = () => {