Przeglądaj źródła

remove empty line

Shun Miyazawa 3 lat temu
rodzic
commit
6d28e45c66
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/app/src/pages/reset-password.page.tsx

+ 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;