mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
⚡️ remove document data from serverside properties
This commit is contained in:
@ -461,7 +461,7 @@ export async function getServerSideProps(context: any) {
|
||||
|
||||
return {
|
||||
props: {
|
||||
document: JSON.parse(JSON.stringify(document)),
|
||||
document: JSON.parse(JSON.stringify({ ...document, document: "" })),
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user