more
This commit is contained in:
@@ -187,21 +187,18 @@ const Dashboard = () => {
|
||||
<div className="dash-promo-first-box">
|
||||
<div className="dash-promo-first-wrap">
|
||||
<div className="dash-promo-first-textwrap">
|
||||
<div clasName="dash-promo-first-text">
|
||||
<div className="dash-promo-first-text">
|
||||
Welcome to Novodraft, attorney {group.lastName}. We are
|
||||
excited to introduce you to our application.
|
||||
excited to introduce you to our application. Review the
|
||||
step-by-step user guide by clicking "How-to" in the navigation
|
||||
bar.
|
||||
</div>
|
||||
<div clasName="dash-promo-first-text">
|
||||
Pleae review the step-by-step user guide by clicking "How-to"
|
||||
in the navigation bar.
|
||||
</div>
|
||||
<div clasName="dash-promo-first-text">
|
||||
You will use your email address and the temporary password
|
||||
below to log in to Novodraft.
|
||||
</div>
|
||||
<div clasName="dash-promo-first-text">
|
||||
Your temporary password been set to {"password"}. Please
|
||||
change it by clicking here.
|
||||
<div className="dash-promo-first-text">
|
||||
Your user name for login is:{" "}
|
||||
<span className="user-name-span">{group.email}</span>. Your
|
||||
temporary password is{" "}
|
||||
<span className="user-name-span">{group.tpe}</span>. You
|
||||
should change it now, by clicking here.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,15 +38,10 @@ const HomePage = () => {
|
||||
if (!email || !password || !dataValues[0]) {
|
||||
return;
|
||||
}
|
||||
console.log(
|
||||
"~~~~~~~~~~~~~~~~~~~~~email, password in saveUserData",
|
||||
email,
|
||||
password
|
||||
);
|
||||
const appUserId = uuidv4();
|
||||
const firmId = uuidv4();
|
||||
const fbAuthUid = authId;
|
||||
|
||||
const tpe = password;
|
||||
let plan = "promo plan";
|
||||
let docsAllowedPerMonth;
|
||||
|
||||
@@ -72,19 +67,7 @@ const HomePage = () => {
|
||||
const userState = stateDataValues.filter((value) => {
|
||||
if (value.name === state) return value;
|
||||
});
|
||||
console.log(
|
||||
"firstName, lastName, firm, telephone, streetAddress, city, state, zipCode, barNumber, practiceArea",
|
||||
firstName,
|
||||
lastName,
|
||||
firm,
|
||||
telephone,
|
||||
streetAddress,
|
||||
city,
|
||||
state,
|
||||
zipCode,
|
||||
barNumber,
|
||||
practiceArea
|
||||
);
|
||||
|
||||
const userData = {
|
||||
docsAllowedPerMonth,
|
||||
docsGenerated,
|
||||
@@ -102,6 +85,7 @@ const HomePage = () => {
|
||||
barNumber,
|
||||
practiceArea,
|
||||
email,
|
||||
tpe: tpe,
|
||||
isPromotionalMebership,
|
||||
isPromotionalFirstLogin: true,
|
||||
customerId: customerId,
|
||||
|
||||
Reference in New Issue
Block a user