update : register handler
This commit is contained in:
parent
ac165bcf46
commit
d0d20f0d2a
|
@ -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={{
|
||||
|
|
Loading…
Reference in New Issue
Block a user