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