mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
components/connect-form: make the server password field password-typed
This commit is contained in:
parent
0063a5a372
commit
4cb3abfa72
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ export default class ConnectForm extends Component {
|
|||
<label>
|
||||
Server password:<br/>
|
||||
<input
|
||||
type="text"
|
||||
type="password"
|
||||
name="pass"
|
||||
value=${this.state.pass}
|
||||
disabled=${disabled}
|
||||
|
|
Loading…
Reference in a new issue