Skip to content
Snippets Groups Projects
Commit 93e785e7 authored by azul's avatar azul
Browse files

update: use Racks request.params[] instead of Request#[]

the latter is deprecated and will be removed eventually.
parent 7b8b79a4
No related branches found
No related tags found
No related merge requests found
Pipeline #23448 failed
......@@ -38,7 +38,7 @@ module OmniAuth
end
def info_from_ticket
@info_from_ticket ||= client.open request["t"]
@info_from_ticket ||= client.open request.params["t"]
end
def client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment