style: remove logs

This commit is contained in:
Alfonso Hernandez
2024-07-19 03:32:46 +02:00
parent f9d1d9c89f
commit 774017adbe

View File

@@ -26,7 +26,6 @@ export const ShareSecretPublicPage = ({ isNewSession }: { isNewSession: boolean
id as string,
hashedHex as string
);
console.log(data);
const accessType = data?.accessType;
const orgName = data?.orgName;