fixed package.json and a rfew othr things

This commit is contained in:
2025-02-03 12:57:15 -05:00
parent ffb42ba2d1
commit f614b064a0
8 changed files with 205 additions and 130 deletions

View File

@@ -32,7 +32,7 @@ export const uncachedValidateRequest = async (): Promise<
);
}
} catch {
console.error("Failed to set session cookie");
//console.error("Failed to set session cookie");
}
return result;
};