Update logs
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-image-lecoffre (push) Successful in 14s
Demo - Build & Deploy to Scaleway / deploy-to-scaleway-lecoffre (push) Successful in 3s

This commit is contained in:
Omar Oughriss 2025-07-28 13:04:35 +02:00
parent 528840bc74
commit e669d36cb5

View File

@ -71,8 +71,8 @@ export default function DefaultNotaryDashboard(props: IProps) {
const onSelectedBlock = (block: IBlock) => {
const folder = folders.find((folder) => folder.uid === block.id);
console.log("Folder list:", JSON.stringify(folders));
console.log("JWT:", JSON.stringify(jwt));
console.error("Folder list:", JSON.stringify(folders));
console.error("JWT:", JSON.stringify(jwt));
if (!folder) return;
const path = redirectPath.replace("[folderUid]", folder.uid ?? "");
router.push(path);