mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Merge pull request #306 from trdarr/hide-http-password
Hide basic auth password for HTTP status checks
This commit is contained in:
commit
2a6752e72e
@ -219,7 +219,7 @@ class HttpStatusCheckForm(StatusCheckForm):
|
|||||||
'username': forms.TextInput(attrs={
|
'username': forms.TextInput(attrs={
|
||||||
'style': 'width: 30%',
|
'style': 'width: 30%',
|
||||||
}),
|
}),
|
||||||
'password': forms.TextInput(attrs={
|
'password': forms.PasswordInput(attrs={
|
||||||
'style': 'width: 30%',
|
'style': 'width: 30%',
|
||||||
}),
|
}),
|
||||||
'text_match': forms.TextInput(attrs={
|
'text_match': forms.TextInput(attrs={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user