The LINE Notify integration uses OAuth2 flow.

This commit is contained in:
Pēteris Caune 2020-09-01 11:38:08 +03:00
parent 4f53325730
commit d1b1a6c02e
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -259,8 +259,3 @@ class AddZulipForm(forms.Form):
def get_value(self):
return json.dumps(dict(self.cleaned_data), sort_keys=True)
class AddLineNotifyForm(forms.Form):
error_css_class = "has-error"
token = forms.CharField(max_length=50)