Commit 0654449abead7718180335542a35ef23c33008fe:
    try credentials: include


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/roster/views/committerSearch.js.rb                       | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committerSearch.js.rb 
b/www/roster/views/committerSearch.js.rb
index 48d8a79..d26937a 100644
--- a/www/roster/views/committerSearch.js.rb
+++ b/www/roster/views/committerSearch.js.rb
@@ -8,7 +8,7 @@ def initialize
 
   def componentDidMount()
     Polyfill.require(%w(Promise fetch)) do
-      fetch('committer/index.json', mode: 'same-origin').then do |response|
+      fetch('committer/index.json', credentials: 'include').then do |response|
         response.json().then do |committers|
           @ready = true
           @committers = committers

Reply via email to