2
0
Shun Miyazawa 3 жил өмнө
parent
commit
6d28e45c66

+ 0 - 1
packages/app/src/pages/reset-password.page.tsx

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