We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d866a1 commit 51faca3Copy full SHA for 51faca3
flask_jwt_extended/config.py
@@ -45,7 +45,7 @@ def token_location(self):
45
locations = [locations]
46
for location in locations:
47
if location not in ('headers', 'cookies'):
48
- raise RuntimeError('JWT_LOCATION_LOCATION can only contain '
+ raise RuntimeError('JWT_TOKEN_LOCATION can only contain '
49
'"headers" and/or "cookies"')
50
return locations
51
0 commit comments