diff --git a/src/common/pages/RegisterNew/index.js b/src/common/pages/RegisterNew/index.js index 3e3cbd9..e005a3d 100644 --- a/src/common/pages/RegisterNew/index.js +++ b/src/common/pages/RegisterNew/index.js @@ -196,7 +196,7 @@ class RegisterPage extends React.Component{ value={this.state.confirmPassword} onChange={this.handleChange('confirmPassword')} margin="normal" - type={this.state.showPassword ? 'text' : 'password'} + type={this.state.showConfirmPassword ? 'text' : 'password'} fullWidth variant="outlined" InputProps={{