Skip to content

Commit

Permalink
Merge pull request #21 from unicef-polymer/poly2-apd
Browse files Browse the repository at this point in the history
Changes user id to email
  • Loading branch information
drzackyll authored Apr 18, 2019
2 parents 6b10285 + b449110 commit b7b6453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etools-piwik-analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

initPiwik() {
_paq.push(['setUserId', this.user.username]);
_paq.push(['setUserId', this.user.email]);
}

toastFired() {
Expand Down

0 comments on commit b7b6453

Please sign in to comment.