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