set case to watch on auth

This commit is contained in:
2023-10-26 07:38:10 +01:00
parent f3da69dc75
commit 1807749bba
4 changed files with 77 additions and 39 deletions
+2 -8
View File
@@ -522,13 +522,7 @@ const CaseSummary = (props) => {
className="govuk-link"
onClick={() => {
// signIn("email");
signIn("email", {
callbackUrl:
"/myportal/searchresults?q=" +
props.currentView
.caseReference
.currentReference,
});
signIn();
// selectWatchedCase(
// cookies.pinsUser,
// item.incidentid,
@@ -541,7 +535,7 @@ const CaseSummary = (props) => {
}}
title={t("case:watch-this-case-link")}
>
{t("case:watch-this-case-link")}
{t("case:watch-this-case-link")} dd
</span>
)}
</div>