Skip to content

Commit b229b7e

Browse files
Remove obsolete cookie (#1649)
<!-- Ensure the title clearly reflects what was changed. Provide a clear and concise description of the changes made. The PR should only contain the changes related to the issue, and no other unrelated changes. --> Fixes OPS-3113
1 parent 805f132 commit b229b7e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/react-ui/src/app/routes/cloud-connection/cloud-connection-page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ const CloudConnectionPage = () => {
6464
secure: true,
6565
expires: getExpirationDate(auth.user.accessToken),
6666
});
67-
Cookies.set('cloud-refresh-token', auth.user.refreshToken, {
68-
sameSite: 'None',
69-
secure: true,
70-
expires: getExpirationDate(auth.user.accessToken),
71-
});
7267

7368
const originProjectId =
7469
sessionStorage.getItem(ORGIN_PROJECT_ID_KEY);

0 commit comments

Comments
 (0)