chore: update security patch of codebase.
chore: Update TODO and instruction list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user