Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anilpai committed Feb 16, 2018
1 parent 6832b2c commit 23296ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flasgger/ui3/templates/flasgger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{% if config.JWT_AUTH_URL_RULE -%}
requestInterceptor: function(request) {
if (jwt_token) {
request.headers.Authorization = "JWT " + jwt_token;
request.headers.Authorization = "Bearer " + jwt_token;
}

return request;
Expand Down

0 comments on commit 23296ab

Please sign in to comment.