From 084420117af48350a470468ee7605f847767ff11 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 27 Jan 2024 00:03:30 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 30 ++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 4d5e257..9616abe 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -154,11 +154,27 @@ const SignupPage = () => { return; } + /* const dataValues = validateData(); if (dataValues === null) { return; } - console.log("dataValues", dataValues); +*/ + const dataValues = { + barNumber: "232323", + city: "broolyn", + confirmPassword: "123344556", + email: "j@s.com", + firm: "asdf", + firstName: "ghghg", + lastName: "hhhhh", + password: "123344556", + practiceArea: "dfdfdf", + state: "New York", + streetAddress: "123 Main", + telephone: "(313) 555-5555", + zipCode: "12345", + }; setShowSelectPlan(!showSelectPlan); }; @@ -211,8 +227,6 @@ const SignupPage = () => { subscriptionId = response.subscriptionId; customerId = response.customerId; - console.log("response", response); - return { subscriptionId, customerId, @@ -408,6 +422,16 @@ const SignupPage = () => { ))} +
+
) : ( <>