This commit is contained in:
Kenneth Jannette
2024-01-28 20:08:15 -06:00
parent 62f11093eb
commit cefd2d27e7
2 changed files with 5 additions and 27 deletions

View File

@@ -58,12 +58,11 @@ const SignupPage = () => {
};
const handleChangeAccountSelect = (e, name) => {
console.log("~~~~~~~~~~~~~~e.target.value, name", e.target.value, name);
const num = e.target.value;
const temp = Number(num);
setNumberOfAccountsToAdd(temp);
};
console.log("numberOfAccountsToAdd", numberOfAccountsToAdd);
const handleChangePaymentInput = (e, name) => {
const newPaymentData = handleFormDataChange(
e,
@@ -84,7 +83,6 @@ const SignupPage = () => {
});
setSelectedPlan(tempPlan);
console.log("selectedPlan", selectedPlan);
setActiveRadioOption(tempPlan[0].value);
};
@@ -248,7 +246,6 @@ const SignupPage = () => {
};
const handleAddAccounts = () => {
console.log("selectedPlan", selectedPlan);
setShowAddAccount(!showAddAccount);
};
@@ -341,6 +338,9 @@ const SignupPage = () => {
setIsBusy(true);
if (paymentDataValues && dataValues) {
console.log(
"tryblock ~~~ tryblock ~~~ tryblock ~~~ tryblock ~~~ tryblock ~~~ "
);
try {
const userCredential = await createUserWithEmailAndPassword(
auth,
@@ -383,7 +383,6 @@ const SignupPage = () => {
selectedPlan[0].value === "seniorPartner" ||
selectedPlan[0].value === "partner";
console.log("isAnnial on signup page", isAnnual);
return (
<div className="signup-super-container">
<div className="signup-sub-container">