Browse Source

The LINE Notify integration uses OAuth2 flow.

pull/419/head
Pēteris Caune 4 years ago
parent
commit
d1b1a6c02e
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      hc/front/forms.py

+ 0
- 5
hc/front/forms.py 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)

Loading…
Cancel
Save