Skip to content

Commit

Permalink
IO.inspect(referer)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 22, 2020
1 parent 596eec7 commit 6bd6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_web/controllers/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ defmodule AuthWeb.PageController do
ElixirAuthGoogle.get_baseurl_from_conn(conn)
end
end
|> URI.encode
|> URI.encode |> IO.inspect(label: "referer")
end
end

0 comments on commit 6bd6187

Please sign in to comment.