diff --git a/passbook/oauth_provider/forms.py b/passbook/oauth_provider/forms.py index a47dd7813..1da6ee820 100644 --- a/passbook/oauth_provider/forms.py +++ b/passbook/oauth_provider/forms.py @@ -11,5 +11,5 @@ class OAuth2ProviderForm(forms.ModelForm): class Meta: model = OAuth2Provider - fields = ['name', 'user', 'redirect_uris', 'client_type', + fields = ['name', 'redirect_uris', 'client_type', 'authorization_grant_type', 'client_id', 'client_secret', ]