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