From d1b1a6c02ec972176612ec43ad1b1d199c6a6a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 1 Sep 2020 11:38:08 +0300 Subject: [PATCH] The LINE Notify integration uses OAuth2 flow. --- hc/front/forms.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hc/front/forms.py b/hc/front/forms.py index f569c874..fd9f0a32 100644 --- a/hc/front/forms.py +++ b/hc/front/forms.py @@ -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)