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 b4e104a commit bc941d7Copy full SHA for bc941d7
oauth2_provider/models.py
@@ -114,7 +114,7 @@ def default_redirect_uri(self):
114
return self.redirect_uris.split().pop(0)
115
116
assert False, (
117
- "If you are using implicit, authorization_code"
+ "If you are using implicit, authorization_code "
118
"or all-in-one grant_type, you must define "
119
"redirect_uris field in your Application model"
120
)
0 commit comments