Skip to content

Commit

Permalink
Put cookie hack back
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jun 19, 2017
1 parent b707366 commit 60703f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/CampaignForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ class CampaignForm extends React.Component {
setAdditionalCookie(submissionId, cookie.name, cookie.value, cookie.expires);
}
}
// Hack until backend is fixed.
setAdditionalCookie(submissionId, 'token', 'id-me|%%id%%', 63072000);
setAdditionalCookie(submissionId, '__olyc', '{"id":"id-me|%%id%%"}', 63072000);
}

handleFocus() {
Expand Down

0 comments on commit 60703f2

Please sign in to comment.