mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add email sign up alert (#61218)
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com> Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports.blankUser = {
|
||||
location: '',
|
||||
picture: '',
|
||||
acceptedPrivacyTerms: true,
|
||||
sendQuincyEmail: false,
|
||||
sendQuincyEmail: null,
|
||||
currentChallengeId: '',
|
||||
isHonest: false,
|
||||
isFrontEndCert: false,
|
||||
@@ -91,7 +91,7 @@ module.exports.publicUser = {
|
||||
location: '',
|
||||
picture: '',
|
||||
acceptedPrivacyTerms: true,
|
||||
sendQuincyEmail: false,
|
||||
sendQuincyEmail: null,
|
||||
currentChallengeId: '',
|
||||
isHonest: false,
|
||||
isFrontEndCert: false,
|
||||
@@ -153,7 +153,7 @@ module.exports.demoUser = {
|
||||
location: '',
|
||||
picture: '',
|
||||
acceptedPrivacyTerms: true,
|
||||
sendQuincyEmail: false,
|
||||
sendQuincyEmail: null,
|
||||
currentChallengeId: '',
|
||||
isHonest: false,
|
||||
isFrontEndCert: false,
|
||||
@@ -217,7 +217,7 @@ module.exports.fullyCertifiedUser = {
|
||||
location: '',
|
||||
picture: '',
|
||||
acceptedPrivacyTerms: true,
|
||||
sendQuincyEmail: false,
|
||||
sendQuincyEmail: null,
|
||||
currentChallengeId: '',
|
||||
isHonest: true,
|
||||
isFrontEndCert: true,
|
||||
|
||||
Reference in New Issue
Block a user