Shun Miyazawa 3 rokov pred
rodič
commit
cc7ac867b6

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