Skip to content

Commit

Permalink
Fix auth requests (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkevingutierrez authored Jul 27, 2024
1 parent b176438 commit 9280b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storybook-django.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const renderPattern = (endpoint, template_name, context, tags) => {
method: 'POST',
mode: 'same-origin',
cache: 'no-cache',
credentials: 'omit',
credentials: 'same-origin',
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 9280b20

Please sign in to comment.