Skip to content

Commit

Permalink
Merge pull request #1730 from strapi/fix/rgpd
Browse files Browse the repository at this point in the history
RGPD - Remove pre-checked checkbox
  • Loading branch information
lauriejim committed Aug 21, 2018
2 parents 41ff4a8 + df49f3b commit 8707e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function setForm(formType, email) {
password: '',
confirmPassword: '',
email: '',
news: true,
news: false,
};
break;
case 'register-success':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"name": "news",
"type": "checkbox",
"value": true
"value": false
}
],
"register-success": [
Expand Down

0 comments on commit 8707e49

Please sign in to comment.