This commit is contained in:
Kenneth Jannette
2024-03-23 04:54:32 -05:00
parent 3255dd1bc3
commit 80969f9e2d
2 changed files with 11 additions and 6 deletions

View File

@@ -193,12 +193,13 @@ const Dashboard = () => {
step-by-step user guide by clicking "How-to" in the navigation
bar.
</div>
<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 className="dash-promo-first-text inline-text">
Your login is{" "}
{`username: ${group.email} - with a temporary password: ${group.tpe}.`}
<div className="user-name-span">
You should change your password now{" "}
<Link to="/cases">by clicking here.</Link>
</div>
</div>
</div>
</div>