This commit is contained in:
peintnermax
2024-03-26 09:51:38 +01:00
parent 5593563be2
commit 82b904e49a

View File

@@ -263,6 +263,7 @@ export async function getMostRecentCookieWithLoginname(
if (latest) {
return latest;
} else {
console.error("sessions", sessions, loginName, organization);
return Promise.reject("Could not get the context or retrieve a session");
}
} else {