Shun Miyazawa 3 лет назад
Родитель
Сommit
6d28e45c66
1 измененных файлов с 0 добавлено и 1 удалено
  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;