forked from GithubBackups/healthchecks
The LINE Notify integration uses OAuth2 flow.
This commit is contained in:
parent
4f53325730
commit
d1b1a6c02e
@ -259,8 +259,3 @@ class AddZulipForm(forms.Form):
|
|||||||
|
|
||||||
def get_value(self):
|
def get_value(self):
|
||||||
return json.dumps(dict(self.cleaned_data), sort_keys=True)
|
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…
x
Reference in New Issue
Block a user