chore: rollback CSRF token generation (#42082)

This reverts commit e1c00138a9.
This commit is contained in:
Mrugesh Mohapatra
2021-05-11 00:27:08 +05:30
committed by GitHub
parent 94d4b2f553
commit 83943de719
9 changed files with 49 additions and 52 deletions

View File

@@ -64,7 +64,6 @@ export function removeCookies(req, res) {
res.clearCookie('access_token', config);
res.clearCookie('userId', config);
res.clearCookie('_csrf', config);
res.clearCookie('csrf_token', config);
return;
}