File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
carmanagement_client/src/Components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ release : python manage.py migrate
2
+ web : gunicorn --pythonpath projectile projectile.wsgi
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class Login extends Component {
65
65
< label > Username</ label >
66
66
< input defaultValue = "" className = "" type = "text" onChange = { e => this . handleOnChange ( e ) } name = "username" value = { username } />
67
67
< label className = "mt-3" > Password</ label >
68
- < input defaultValue = "" className = "" type = "text " onChange = { e => this . handleOnChange ( e ) } name = "password" value = { password } />
68
+ < input defaultValue = "" className = "" type = "password " onChange = { e => this . handleOnChange ( e ) } name = "password" value = { password } />
69
69
< input className = "mt-5 btn btn-primary btn-submit btn-block" value = "Submit" onClick = { e => this . handleSubmit ( e ) } type = "button" />
70
70
71
71
</ form >
You can’t perform that action at this time.
0 commit comments