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

This commit is contained in:
Omar Oughriss 2025-07-28 12:56:44 +02:00
parent 92bf2ac9c3
commit 528840bc74

View File

@ -71,6 +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));
if (!folder) return;
const path = redirectPath.replace("[folderUid]", folder.uid ?? "");
router.push(path);