more
This commit is contained in:
@@ -139,7 +139,7 @@ const SignupPage = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const collecRef = collection(db, "incompleteSignups");
|
const collecRef = collection(db, "signupLeads");
|
||||||
await setDoc(doc(collecRef, `${signupId}`), userData);
|
await setDoc(doc(collecRef, `${signupId}`), userData);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(`Error saving new user to db: ${error}`);
|
console.log(`Error saving new user to db: ${error}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user