more
This commit is contained in:
@@ -41,8 +41,6 @@ const Dashboard = () => {
|
||||
const appUserId = group ? group.appUserId : null;
|
||||
const _fbAuthUid = group ? group.fbAuthUid : null;
|
||||
const isDashboard = true;
|
||||
console.log("group on dashbaord page", group);
|
||||
console.log("auth in dashoabrd page", auth);
|
||||
|
||||
useEffect(() => {
|
||||
if (count.current == null) {
|
||||
@@ -211,21 +209,16 @@ const Dashboard = () => {
|
||||
<div className="dash-promo-first-wrap">
|
||||
<div className="dash-promo-first-textwrap">
|
||||
<div className="dash-promo-first-text">
|
||||
<p>
|
||||
<p className="dash-welcome-text">
|
||||
Welcome to Novodraft, attorney {group.lastName}. We are
|
||||
excited to introduce you to our application. Review the
|
||||
step-by-step user guide by clicking "How-to" in the
|
||||
step-by-step user guide by clicking "How-to" in the above
|
||||
navigation bar.
|
||||
</p>
|
||||
<p>
|
||||
{" "}
|
||||
<div>
|
||||
Your login is{" "}
|
||||
{`username: ${group.email} - with a temporary password: ${group.tpe}.`}
|
||||
</div>
|
||||
</p>
|
||||
<p>
|
||||
You should change your password now by{" "}
|
||||
<p className="dash-welcome-text">
|
||||
Your login is username: <strong>{group.email}</strong> with
|
||||
a temporary password: <strong>{group.tpe}</strong>. You
|
||||
should change your password now by{" "}
|
||||
<span onClick={handleClick} className="dash-clicknow-span">
|
||||
clicking here
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user