mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
remove nav from signing link
This commit is contained in:
@ -18,10 +18,6 @@ const SignPage: NextPageWithLayout = () => {
|
||||
);
|
||||
};
|
||||
|
||||
SignPage.getLayout = function getLayout(page: ReactElement) {
|
||||
return <Layout>{page}</Layout>;
|
||||
};
|
||||
|
||||
export async function getServerSideProps(context: any) {
|
||||
const recipientToken: string = context.query["token"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user