Remove unused field (removepassword is actually a link)

pull/107/head
dgtlmoon 2021-06-21 22:32:59 +10:00
rodzic 04acd8b2f8
commit 0923aa5b73
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -123,7 +123,6 @@ class watchForm(Form):
class globalSettingsForm(Form):
password = SaltyPasswordField()
remove_password = BooleanField('Remove password')
minutes_between_check = html5.IntegerField('Maximum time in minutes until recheck',
[validators.NumberRange(min=1)])