remove nav from signing link

This commit is contained in:
Timur Ercan
2023-01-30 19:22:49 +01:00
parent fda4aacf39
commit 8fa7aa5cbd

View File

@ -18,10 +18,6 @@ const SignPage: NextPageWithLayout = () => {
); );
}; };
SignPage.getLayout = function getLayout(page: ReactElement) {
return <Layout>{page}</Layout>;
};
export async function getServerSideProps(context: any) { export async function getServerSideProps(context: any) {
const recipientToken: string = context.query["token"]; const recipientToken: string = context.query["token"];