|
|
@@ -94,7 +94,6 @@ const PasswordResetExecutionForm = (props) => {
|
|
|
const PasswordResetExecutionFormWrapper = withUnstatedContainers(PasswordResetExecutionForm, [AppContainer]);
|
|
|
|
|
|
PasswordResetExecutionForm.propTypes = {
|
|
|
- t: PropTypes.func.isRequired, // i18next
|
|
|
appContainer: PropTypes.instanceOf(AppContainer).isRequired,
|
|
|
};
|
|
|
|