Shun Miyazawa 3 년 전
부모
커밋
cc7ac867b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/pages/user-activation.page.tsx

+ 1 - 1
packages/app/src/pages/user-activation.page.tsx

@@ -14,7 +14,7 @@ import {
 type Props = CommonProps & {
   token: string
   email: string
-  errorCode: userActivationErrorCode
+  errorCode?: userActivationErrorCode
   isEmailAuthenticationEnabled: boolean
 }