Skip to content

Commit bc941d7

Browse files
Jaap Roesauvipy
authored andcommitted
Add missing space in assertion error
1 parent b4e104a commit bc941d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def default_redirect_uri(self):
114114
return self.redirect_uris.split().pop(0)
115115

116116
assert False, (
117-
"If you are using implicit, authorization_code"
117+
"If you are using implicit, authorization_code "
118118
"or all-in-one grant_type, you must define "
119119
"redirect_uris field in your Application model"
120120
)

0 commit comments

Comments
 (0)