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