Ver Fonte

optional

Shun Miyazawa há 3 anos atrás
pai
commit
cc7ac867b6
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 }