password placeholder
This commit is contained in:
parent
307607191e
commit
b4a9f76d99
@ -112,7 +112,7 @@ export class Login extends Component {
|
|||||||
<TextField
|
<TextField
|
||||||
// variant='outlined'
|
// variant='outlined'
|
||||||
type={this.state.showPassword ? 'text' : 'password'}
|
type={this.state.showPassword ? 'text' : 'password'}
|
||||||
label={Blockly.Msg.labesl_password}
|
label={Blockly.Msg.labels_password}
|
||||||
name='password'
|
name='password'
|
||||||
value={this.state.password}
|
value={this.state.password}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user