Shun Miyazawa hace 3 años
padre
commit
cc7ac867b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }