mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:32:39 +00:00
log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user