Update BM Connect waitlist section
This commit is contained in:
+3
-3
@@ -155,7 +155,7 @@ export async function registerForWaitlist(
|
||||
// Add entry to collection
|
||||
const newEntryRef = await addDoc(entriesCollectionRef, {
|
||||
email: data.email.trim().toLowerCase(),
|
||||
fullName: data.fullName?.trim() || 'Software X Member',
|
||||
fullName: data.fullName?.trim() || 'BM Connect Member',
|
||||
tier: data.tier || 'Supporter',
|
||||
investmentAmount: data.investmentAmount || 25,
|
||||
position: assignedPosition,
|
||||
@@ -167,7 +167,7 @@ export async function registerForWaitlist(
|
||||
return {
|
||||
id: newEntryRef.id,
|
||||
email: data.email,
|
||||
fullName: data.fullName || 'Software X Member',
|
||||
fullName: data.fullName || 'BM Connect Member',
|
||||
position: assignedPosition,
|
||||
referralCode,
|
||||
investmentAmount: data.investmentAmount || 25,
|
||||
@@ -181,7 +181,7 @@ export async function registerForWaitlist(
|
||||
return {
|
||||
id: `local-${Date.now()}`,
|
||||
email: data.email,
|
||||
fullName: data.fullName || 'Software X Member',
|
||||
fullName: data.fullName || 'BM Connect Member',
|
||||
position: fallbackPosition,
|
||||
referralCode: `SX-${Math.random().toString(36).substring(2, 7).toUpperCase()}`,
|
||||
investmentAmount: data.investmentAmount || 25,
|
||||
|
||||
Reference in New Issue
Block a user