We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec119f commit ea1a61fCopy full SHA for ea1a61f
oauth2_provider/forms.py
@@ -25,4 +25,4 @@ class RegistrationForm(forms.ModelForm):
25
"""
26
class Meta:
27
model = Application
28
- fields = ('name', 'client_id', 'client_secret', 'client_type', 'authorization_grant_type', 'redirect_uris')
+ fields = ('name', 'client_id', 'client_secret', 'client_type', 'authorization_grant_type', 'redirect_uris')
0 commit comments