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:
Ahmad Abdolsaheb
2025-09-11 11:14:00 +03:00
committed by GitHub
parent 29513a4d6d
commit 09dc696c29
27 changed files with 415 additions and 317 deletions
+4 -4
View File
@@ -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,