mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Adding checkbox, working on the translations
This commit is contained in:
@@ -122,6 +122,7 @@ class SignUp extends React.Component {
|
||||
id="coralSignUpButton"
|
||||
className={styles.button}
|
||||
full
|
||||
disabled={!this.props.submitSignUpForm}
|
||||
>
|
||||
{t('talk-plugin-auth.login.sign_up')}
|
||||
</Button>
|
||||
@@ -175,6 +176,7 @@ SignUp.propTypes = {
|
||||
success: PropTypes.bool.isRequired,
|
||||
enableSubmitSignUpForm: PropTypes.func.isRequired,
|
||||
disableSubmitSignUpForm: PropTypes.func.isRequired,
|
||||
submitSignUpForm: PropTypes.bool.isRequired,
|
||||
};
|
||||
|
||||
export default SignUp;
|
||||
|
||||
Reference in New Issue
Block a user