chore: rollback CSRF token generation (#42082)
This reverts commit e1c00138a9
.
This commit is contained in:
committed by
GitHub
parent
94d4b2f553
commit
83943de719
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user