From d0d20f0d2a2a39bb5493de159b6595d4c1cd2f39 Mon Sep 17 00:00:00 2001 From: enggar_ganteng Date: Mon, 28 Jan 2019 18:50:54 +0700 Subject: [PATCH] update : register handler --- src/common/pages/RegisterNew/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={{