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

@@ -25,6 +25,8 @@ export default function ForgetLoginPwd() {
async function handleLogout(e: React.FormEvent) {
e.preventDefault();
localStorage.removeItem("access_token");
sessionStorage.removeItem("access_token")
localStorage.removeItem("remitter_name");
router.push("/login")
}
@@ -215,7 +217,7 @@ export default function ForgetLoginPwd() {
onChange={(e) => setCaptchaInput(e.currentTarget.value)}
required
/>
{captchaError && <p style={{ color: 'red',fontSize:'12px' }}>{captchaError}</p>}
{captchaError && <p style={{ color: 'red', fontSize: '12px' }}>{captchaError}</p>}
</div>
<Button