|
@@ -57,7 +57,6 @@ export const getServerSideProps: GetServerSideProps = async(context: GetServerSi
|
|
|
|
|
|
|
|
const props: Props = result.props as Props;
|
|
const props: Props = result.props as Props;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
const email = context.query.email;
|
|
const email = context.query.email;
|
|
|
if (typeof email === 'string') {
|
|
if (typeof email === 'string') {
|
|
|
props.email = email;
|
|
props.email = email;
|