added in last modified field to case summary
This commit is contained in:
@@ -174,31 +174,6 @@ const authOptions = (locale, req, res) => {
|
||||
encodeURIComponent(email)
|
||||
: process.env.NEXTAUTH_URL;
|
||||
|
||||
// console.log(
|
||||
// "============================================================\n",
|
||||
// locale + "\n",
|
||||
// "============================================================\n",
|
||||
// newURL + "\n",
|
||||
// encodeURIComponent(newURL) + "\n",
|
||||
// "============================================================\n",
|
||||
// url + "\n",
|
||||
// "============================================================\n",
|
||||
// newURL + "\n",
|
||||
// "============================================================\n",
|
||||
// searchParams.get("token") + "\n",
|
||||
// "============================================================\n"
|
||||
// );
|
||||
|
||||
console.log(
|
||||
"============================================================\n",
|
||||
locale == "cy"
|
||||
? url.split("/api")[0] +
|
||||
"/cy/api" +
|
||||
url.split("/api")[1]
|
||||
: url,
|
||||
"============================================================\n"
|
||||
);
|
||||
|
||||
const personalisation = {
|
||||
"emailAddress": email,
|
||||
"signInLink":
|
||||
|
||||
Reference in New Issue
Block a user