Skip to content

Commit b7583c7

Browse files
committed
Fix incorrect status code in docs
1 parent 1f439a5 commit b7583c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_jwt_extended/jwt_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def user_loader_error_loader(self, callback):
313313
is returned from the
314314
:meth:`~flask_jwt_extended.JWTManager.user_loader_callback_loader`
315315
callback function. The default implementation will return
316-
a 400 status code with the JSON:
316+
a 401 status code with the JSON:
317317
318318
{"msg": "Error loading the user <identity>"}
319319

0 commit comments

Comments
 (0)