update : register handler
This commit is contained in:
@@ -196,7 +196,7 @@ class RegisterPage extends React.Component{
|
|||||||
value={this.state.confirmPassword}
|
value={this.state.confirmPassword}
|
||||||
onChange={this.handleChange('confirmPassword')}
|
onChange={this.handleChange('confirmPassword')}
|
||||||
margin="normal"
|
margin="normal"
|
||||||
type={this.state.showPassword ? 'text' : 'password'}
|
type={this.state.showConfirmPassword ? 'text' : 'password'}
|
||||||
fullWidth
|
fullWidth
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
|||||||
Reference in New Issue
Block a user