Skip to content

Commit

Permalink
Body generated by responser
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlibrera committed Aug 31, 2018
1 parent de10362 commit 49b0537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spid/rack/slo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def response
[
302,
{ "Location" => relay_state },
[]
responser.response
]
end

Expand Down
4 changes: 4 additions & 0 deletions lib/spid/slo/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ def valid?
validator.call
end

def response
[]
end

def errors
validator.errors
end
Expand Down

0 comments on commit 49b0537

Please sign in to comment.