Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: swap to using more trustworthy cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight-komorebi committed Feb 17, 2022
1 parent 17b9693 commit c81e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstallButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const checkUtmParameters = (parameters) => {
* @returns {Boolean}
*/
const checkIfReturningUser = () => {
return Boolean(Cookies.get('ajs_user_id'));
return Boolean(Cookies.get('login_service_login_newrelic_com_tokens'));
};

/**
Expand Down

0 comments on commit c81e216

Please sign in to comment.