Skip to content

Commit

Permalink
Merge branch 'master' into search-fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchdrff authored Jun 18, 2018
2 parents afe32df + fa3cf0b commit a2996ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SET_COMPLETED = 'user/SET_COMPLETED';
const SET_TRACKING_ID = 'user/SET_TRACKING_ID';

// Provide the referrer based on whatever our ref is set to at page load.
const referrerMatch = window.location.search.match(/\?ref=([a-zA-Z*])/);
const referrerMatch = window.location.search.match(/\?ref=([a-zA-Z]*)/);

const defaultState = Map({
username: '',
Expand Down

0 comments on commit a2996ea

Please sign in to comment.